Update README.md
Browse files
README.md
CHANGED
|
@@ -27,4 +27,3 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
| 27 |
|
| 28 |
tokenizer = AutoTokenizer.from_pretrained("UngLong/cafebert-classification-ft")
|
| 29 |
model = AutoModelForSequenceClassification.from_pretrained("UngLong/cafebert-classification-ft")
|
| 30 |
-
|
|
|
|
| 27 |
|
| 28 |
tokenizer = AutoTokenizer.from_pretrained("UngLong/cafebert-classification-ft")
|
| 29 |
model = AutoModelForSequenceClassification.from_pretrained("UngLong/cafebert-classification-ft")
|
|
|