Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ The original code can be found here.
|
|
28 |
|
29 |
## How to Use
|
30 |
|
31 |
-
Note: This model requires that trust_remote_code=True be passed to the from_pretrained method. This is because we use a custom model architecture that is not yet part of the transformers package.
|
32 |
|
33 |
```python
|
34 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
|
28 |
|
29 |
## How to Use
|
30 |
|
31 |
+
Note: This model requires that `trust_remote_code=True` be passed to the from_pretrained method. This is because we use a custom model architecture that is not yet part of the transformers package.
|
32 |
|
33 |
```python
|
34 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|