eraldoluis librarian-bot commited on
Commit
8a160f3
1 Parent(s): 170cf21

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (bde7e5928ebd92f12b04f0acfdbf74707fcaa171)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +11 -11
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
- - 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
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