Commit
•
46ad676
1
Parent(s):
0ed7636
Add evaluation results on squad dataset (#1)
Browse files- Add evaluation results on squad dataset (25df9372d9b21a4aafd08690941b9b656b76fed1)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -6,7 +6,20 @@ datasets:
|
|
6 |
- squad
|
7 |
model-index:
|
8 |
- name: bert-finetuned-squad
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
- squad
|
7 |
model-index:
|
8 |
- name: bert-finetuned-squad
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: question-answering
|
12 |
+
name: Question Answering
|
13 |
+
dataset:
|
14 |
+
name: squad
|
15 |
+
type: squad
|
16 |
+
config: plain_text
|
17 |
+
split: validation
|
18 |
+
metrics:
|
19 |
+
- name: Loss
|
20 |
+
type: loss
|
21 |
+
value: 1.073493242263794
|
22 |
+
verified: true
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|