shainaraza
commited on
Commit
•
b918748
1
Parent(s):
9be3813
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,8 @@ The model's performance on unseen data is:
|
|
28 |
|
29 |
To use the model, you can utilize the transformers library from Hugging Face:
|
30 |
|
31 |
-
```
|
|
|
32 |
|
33 |
tokenizer = AutoTokenizer.from_pretrained("newsmediabias/UnBIAS-classification-bert")
|
34 |
model = AutoModelForSequenceClassification.from_pretrained("newsmediabias/UnBIAS-classification-bert")
|
|
|
28 |
|
29 |
To use the model, you can utilize the transformers library from Hugging Face:
|
30 |
|
31 |
+
```
|
32 |
+
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
33 |
|
34 |
tokenizer = AutoTokenizer.from_pretrained("newsmediabias/UnBIAS-classification-bert")
|
35 |
model = AutoModelForSequenceClassification.from_pretrained("newsmediabias/UnBIAS-classification-bert")
|