chieunq commited on
Commit
f1857f4
1 Parent(s): f2ca479

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ metrics:
14
  - F1 : 79.63
15
 
16
  ---
17
- hình XLM-Roberta-base được fine-tune trên tập dữ liệu QA tiếng Việt UIT-vQuad.(https://arxiv.org/pdf/2009.14725.pdf)
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/xlm-roberta-base-finetuned-squad-2"
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 = """