Update README.md
Browse files
README.md
CHANGED
|
@@ -11,5 +11,5 @@ Same model, just packed as a transformers model than you can load with:
|
|
| 11 |
```python
|
| 12 |
from transformers import AutoModelForSequenceClassification
|
| 13 |
|
| 14 |
-
AutoModelForSequenceClassification.from_pretrained("tcapelle/celadon")
|
| 15 |
```
|
|
|
|
| 11 |
```python
|
| 12 |
from transformers import AutoModelForSequenceClassification
|
| 13 |
|
| 14 |
+
AutoModelForSequenceClassification.from_pretrained("tcapelle/celadon", trust_remote_code=True)
|
| 15 |
```
|