Added yaml metrics
Browse files
README.md
CHANGED
@@ -15,6 +15,11 @@ model-index:
|
|
15 |
type: squad_v2 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
16 |
name: The Stanford Question Answering Dataset
|
17 |
args: en
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
# distilroberta-base-squad_v2
|
|
|
15 |
type: squad_v2 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
16 |
name: The Stanford Question Answering Dataset
|
17 |
args: en
|
18 |
+
metrics:
|
19 |
+
- type: eval_exact
|
20 |
+
value: 65.2405
|
21 |
+
- type: eval_f1
|
22 |
+
value: 68.6265
|
23 |
---
|
24 |
|
25 |
# distilroberta-base-squad_v2
|