osiria commited on
Commit
12ffe37
1 Parent(s): 28bb58e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -108,7 +108,7 @@ pipeline_qa = osiria_qa(model = model, tokenizer = tokenizer)
108
  pipeline_qa(context = "Alessandro Manzoni è nato a Milano nel 1785",
109
  question = "Dove è nato Manzoni?")
110
 
111
- # {'score': 0.9892834424972534, 'start': 28, 'end': 34, 'answer': 'Milano'}
112
  ```
113
 
114
  <h3>References</h3>
 
108
  pipeline_qa(context = "Alessandro Manzoni è nato a Milano nel 1785",
109
  question = "Dove è nato Manzoni?")
110
 
111
+ # {'score': 0.9899800419807434, 'start': 28, 'end': 34, 'answer': 'Milano'}
112
  ```
113
 
114
  <h3>References</h3>