insuperabile commited on
Commit
0528e7c
·
verified ·
1 Parent(s): 149606f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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")