chieunq commited on
Commit
ce4288c
·
1 Parent(s): 5459450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-roberta-base-finetuned-squad-5"
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 = """