Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language: pt
|
|
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- extractive-qa
|
@@ -8,7 +8,7 @@ datasets:
|
|
8 |
- eraldoluis/faquad
|
9 |
metrics:
|
10 |
- squad
|
11 |
-
|
12 |
model-index:
|
13 |
- name: faquad-bert-base-portuguese-cased
|
14 |
results:
|
@@ -16,18 +16,18 @@ model-index:
|
|
16 |
type: extractive-qa
|
17 |
name: Extractive Question-Answering
|
18 |
dataset:
|
19 |
-
type: eraldoluis/faquad
|
20 |
name: FaQuAD
|
|
|
21 |
split: eval
|
22 |
metrics:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
language: pt
|
3 |
+
license: apache-2.0
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- extractive-qa
|
|
|
8 |
- eraldoluis/faquad
|
9 |
metrics:
|
10 |
- squad
|
11 |
+
base_model: neuralmind/bert-base-portuguese-cased
|
12 |
model-index:
|
13 |
- name: faquad-bert-base-portuguese-cased
|
14 |
results:
|
|
|
16 |
type: extractive-qa
|
17 |
name: Extractive Question-Answering
|
18 |
dataset:
|
|
|
19 |
name: FaQuAD
|
20 |
+
type: eraldoluis/faquad
|
21 |
split: eval
|
22 |
metrics:
|
23 |
+
- type: f1
|
24 |
+
value: 83.0912959832023
|
25 |
+
name: Eval F1 score (squad metric)
|
26 |
+
verified: false
|
27 |
+
- type: exact_match
|
28 |
+
value: 74.53169347209082
|
29 |
+
name: Eval ExactMatch score (squad metric)
|
30 |
+
verified: false
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|