dangkhoa99 commited on
Commit
3909063
1 Parent(s): 37eef1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -93,18 +93,18 @@ The following `bitsandbytes` quantization config was used during training:
93
  Evaluated on the SQuAD 2.0 dev set with the [Metrics](https://huggingface.co/docs/datasets/v2.14.4/en/loading#metrics)
94
 
95
  ```python
96
- 'exact': 71.42314990512334
97
- 'f1': 76.60680328349153
98
- 'total': 10540
99
- 'HasAns_exact': 63.03317535545024
100
- 'HasAns_f1': 73.39065528113719
101
- 'HasAns_total': 5275
102
- 'NoAns_exact': 79.82905982905983
103
- 'NoAns_f1': 79.82905982905983
104
- 'NoAns_total': 5265
105
- 'best_exact': 71.42314990512334
106
  'best_exact_thresh': 0.0
107
- 'best_f1': 76.60680328349183
108
  'best_f1_thresh': 0.0
109
  ```
110
 
 
93
  Evaluated on the SQuAD 2.0 dev set with the [Metrics](https://huggingface.co/docs/datasets/v2.14.4/en/loading#metrics)
94
 
95
  ```python
96
+ 'exact': 71.48993514697212
97
+ 'f1': 76.65914166347146
98
+ 'total': 11873
99
+ 'HasAns_exact': 62.78677462887989
100
+ 'HasAns_f1': 73.14001163468224
101
+ 'HasAns_total': 5928
102
+ 'NoAns_exact': 80.1682085786375
103
+ 'NoAns_f1': 80.1682085786375
104
+ 'NoAns_total': 5945
105
+ 'best_exact': 71.48993514697212
106
  'best_exact_thresh': 0.0
107
+ 'best_f1': 76.65914166347147
108
  'best_f1_thresh': 0.0
109
  ```
110