AnnyNguyen commited on
Commit
3ba7eaa
·
verified ·
1 Parent(s): eaa385f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ This model is a fine-tuned version of [bartpho](https://huggingface.co/bartpho)
61
  from transformers import AutoTokenizer, AutoModelForTokenClassification
62
  import torch
63
 
64
- model_name = "bartpho-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/bartpho-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 ..."