Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ We fined-tune model XLM-Roberta-base in UIT-vquad dataset (https://arxiv.org/pdf
|
|
24 |
from transformers import pipeline
|
25 |
|
26 |
# Replace this with your own checkpoint
|
27 |
-
model_checkpoint = "chieunq/xlm-
|
28 |
question_answerer = pipeline("question-answering", model=model_checkpoint)
|
29 |
|
30 |
context = """
|
|
|
24 |
from transformers import pipeline
|
25 |
|
26 |
# Replace this with your own checkpoint
|
27 |
+
model_checkpoint = "chieunq/xlm-r-base-uit-viquad"
|
28 |
question_answerer = pipeline("question-answering", model=model_checkpoint)
|
29 |
|
30 |
context = """
|