tasinhoque
commited on
Commit
•
0ac830f
1
Parent(s):
83e52f8
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ The model on commit "5b532728cef22ca9e9bacc8ff9f5687654d36bf3" attains the follo
|
|
44 |
- Recall: 0.5763722014150806
|
45 |
- macro-F1: 0.5297380709491947
|
46 |
|
47 |
-
Load the model using this syntax:
|
48 |
```py
|
49 |
import os
|
50 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
|
44 |
- Recall: 0.5763722014150806
|
45 |
- macro-F1: 0.5297380709491947
|
46 |
|
47 |
+
Load this specific version of the model using this syntax:
|
48 |
```py
|
49 |
import os
|
50 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|