Question Answering
Transformers
Safetensors
French
roberta
Inference Endpoints
bourdoiscatie commited on
Commit
6d90471
·
verified ·
1 Parent(s): 25cfd62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -11,8 +11,21 @@ model-index:
11
  results: []
12
  ---
13
 
14
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
- should probably proofread and complete it, then remove this comment. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  # camembertv2-base-QA
18
 
 
11
  results: []
12
  ---
13
 
14
+ ```
15
+ {'exact': 76.47427854454203,
16
+ 'f1': 88.24867416649663,
17
+ 'total': 6376,
18
+ 'HasAns_exact': 55.112923462986195,
19
+ 'HasAns_f1': 78.66171470689538,
20
+ 'HasAns_total': 3188,
21
+ 'NoAns_exact': 97.83563362609787,
22
+ 'NoAns_f1': 97.83563362609787,
23
+ 'NoAns_total': 3188,
24
+ 'best_exact': 76.47427854454203,
25
+ 'best_exact_thresh': 0.0,
26
+ 'best_f1': 88.24867416649728,
27
+ 'best_f1_thresh': 0.0}
28
+ ```
29
 
30
  # camembertv2-base-QA
31