Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ metrics:
|
|
14 |
- F1 : 79.63
|
15 |
|
16 |
---
|
17 |
-
|
18 |
### Performance
|
19 |
- EM (exact match) : 60.63
|
20 |
- F1 : 79.63
|
@@ -24,7 +24,7 @@ Mô hình XLM-Roberta-base được fine-tune trên tập dữ liệu QA tiếng
|
|
24 |
from transformers import pipeline
|
25 |
|
26 |
# Replace this with your own checkpoint
|
27 |
-
model_checkpoint = "chieunq/
|
28 |
question_answerer = pipeline("question-answering", model=model_checkpoint)
|
29 |
|
30 |
context = """
|
|
|
14 |
- F1 : 79.63
|
15 |
|
16 |
---
|
17 |
+
We fined-tune model XLM-Roberta-base in UIT-vquad dataset (https://arxiv.org/pdf/2009.14725.pdf)
|
18 |
### Performance
|
19 |
- EM (exact match) : 60.63
|
20 |
- F1 : 79.63
|
|
|
24 |
from transformers import pipeline
|
25 |
|
26 |
# Replace this with your own checkpoint
|
27 |
+
model_checkpoint = "chieunq/XLM-R-base-finetuned-uit-vquad-1"
|
28 |
question_answerer = pipeline("question-answering", model=model_checkpoint)
|
29 |
|
30 |
context = """
|