Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ This model is a fine-tuned version of [mbert](https://huggingface.co/mbert) for
|
|
| 61 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
| 62 |
import torch
|
| 63 |
|
| 64 |
-
model_name = "mbert-hsd-span"
|
| 65 |
tok = AutoTokenizer.from_pretrained(model_name)
|
| 66 |
model = AutoModelForTokenClassification.from_pretrained(model_name)
|
| 67 |
text = "Ví dụ câu tiếng Việt có nội dung thù ghét ..."
|
|
|
|
| 61 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
| 62 |
import torch
|
| 63 |
|
| 64 |
+
model_name = "visolex/mbert-hsd-span"
|
| 65 |
tok = AutoTokenizer.from_pretrained(model_name)
|
| 66 |
model = AutoModelForTokenClassification.from_pretrained(model_name)
|
| 67 |
text = "Ví dụ câu tiếng Việt có nội dung thù ghét ..."
|