Update README.md
Browse files
README.md
CHANGED
|
@@ -38,7 +38,7 @@ This is a fine-tuned ModernBERT model for binary fact-checking classification, t
|
|
| 38 |
|
| 39 |
### How to use
|
| 40 |
|
| 41 |
-
```
|
| 42 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 43 |
|
| 44 |
tokenizer = AutoTokenizer.from_pretrained("your-username/modernbert-factchecking")
|
|
|
|
| 38 |
|
| 39 |
### How to use
|
| 40 |
|
| 41 |
+
```python
|
| 42 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 43 |
|
| 44 |
tokenizer = AutoTokenizer.from_pretrained("your-username/modernbert-factchecking")
|