Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -8,12 +8,13 @@ metrics:
8
  - recall
9
  - f1
10
  - accuracy
 
11
  model-index:
12
  - name: klue-roberta-large-ner
13
  results:
14
  - task:
15
- name: Token Classification
16
  type: token-classification
 
17
  dataset:
18
  name: klue
19
  type: klue
@@ -21,18 +22,18 @@ model-index:
21
  split: validation
22
  args: ner
23
  metrics:
24
- - name: Precision
25
- type: precision
26
  value: 0.7881991814461119
27
- - name: Recall
28
- type: recall
29
  value: 0.8104790629164621
30
- - name: F1
31
- type: f1
32
  value: 0.7991838710792959
33
- - name: Accuracy
34
- type: accuracy
35
  value: 0.9590597627231401
 
36
  ---
37
 
38
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
8
  - recall
9
  - f1
10
  - accuracy
11
+ base_model: klue/roberta-base
12
  model-index:
13
  - name: klue-roberta-large-ner
14
  results:
15
  - task:
 
16
  type: token-classification
17
+ name: Token Classification
18
  dataset:
19
  name: klue
20
  type: klue
 
22
  split: validation
23
  args: ner
24
  metrics:
25
+ - type: precision
 
26
  value: 0.7881991814461119
27
+ name: Precision
28
+ - type: recall
29
  value: 0.8104790629164621
30
+ name: Recall
31
+ - type: f1
32
  value: 0.7991838710792959
33
+ name: F1
34
+ - type: accuracy
35
  value: 0.9590597627231401
36
+ name: Accuracy
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You