nielsr HF staff commited on
Commit
a86d9c5
1 Parent(s): a457cf8
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -39,8 +39,8 @@ missionaries canonized as saints in the Roman Catholic Church in 1930."""
39
  question = "How many years did Saint Jean de Brébeuf stay in New France
40
  before he went back to France for a few years?"
41
 
42
- tokenizer = T5Tokenizer.from_pretrained("nielsr/nt5-small-finetuned-drop")
43
- model = T5ForConditionalGeneration.from_pretrained("nielsr/nt5-small-finetuned-drop")
44
 
45
  # encode context & question
46
  input_text = f"answer_me: {question} context: {context}"
@@ -99,6 +99,6 @@ This model achieves an F1 score of 0.7031 and exact match of 0.6687 on the devel
99
  biburl = {https://dblp.org/rec/journals/corr/abs-1903-00161.bib},
100
  bibsource = {dblp computer science bibliography, https://dblp.org}
101
  }
102
- a service of Schloss Dagstuhl - Leibniz Center for Informatics\thomebrowsesearchabout
103
 
104
  ```
 
39
  question = "How many years did Saint Jean de Brébeuf stay in New France
40
  before he went back to France for a few years?"
41
 
42
+ tokenizer = T5Tokenizer.from_pretrained("nielsr/nt5-small-rc1")
43
+ model = T5ForConditionalGeneration.from_pretrained("nielsr/nt5-small-rc1")
44
 
45
  # encode context & question
46
  input_text = f"answer_me: {question} context: {context}"
 
99
  biburl = {https://dblp.org/rec/journals/corr/abs-1903-00161.bib},
100
  bibsource = {dblp computer science bibliography, https://dblp.org}
101
  }
102
+ a service of Schloss Dagstuhl - Leibniz Center for Informatics\\thomebrowsesearchabout
103
 
104
  ```