Librarian Bot: Add base_model information to model

#5
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -11,12 +11,13 @@ metrics:
11
  - recall
12
  - f1
13
  - accuracy
 
14
  model-index:
15
  - name: xlm-roberta-large-finetuned-lener-br
16
  results:
17
  - task:
18
- name: Token Classification
19
  type: token-classification
 
20
  dataset:
21
  name: lener_br
22
  type: lener_br
@@ -24,18 +25,18 @@ model-index:
24
  split: train
25
  args: lener_br
26
  metrics:
27
- - name: Precision
28
- type: precision
29
  value: 0.8762313715584744
30
- - name: Recall
31
- type: recall
32
  value: 0.8966141121736882
33
- - name: F1
34
- type: f1
35
  value: 0.8863055697496168
36
- - name: Accuracy
37
- type: accuracy
38
  value: 0.979500052295785
 
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
11
  - recall
12
  - f1
13
  - accuracy
14
+ base_model: xlm-roberta-large
15
  model-index:
16
  - name: xlm-roberta-large-finetuned-lener-br
17
  results:
18
  - task:
 
19
  type: token-classification
20
+ name: Token Classification
21
  dataset:
22
  name: lener_br
23
  type: lener_br
 
25
  split: train
26
  args: lener_br
27
  metrics:
28
+ - type: precision
 
29
  value: 0.8762313715584744
30
+ name: Precision
31
+ - type: recall
32
  value: 0.8966141121736882
33
+ name: Recall
34
+ - type: f1
35
  value: 0.8863055697496168
36
+ name: F1
37
+ - type: accuracy
38
  value: 0.979500052295785
39
+ name: Accuracy
40
  ---
41
 
42
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You