Librarian Bot: Add base_model information to model

#4
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -8,29 +8,30 @@ metrics:
8
  - recall
9
  - f1
10
  - accuracy
 
11
  model-index:
12
  - name: bert-tiny-finetuned-ner
13
  results:
14
  - task:
15
- name: Token Classification
16
  type: token-classification
 
17
  dataset:
18
  name: conll2003
19
  type: conll2003
20
  args: conll2003
21
  metrics:
22
- - name: Precision
23
- type: precision
24
  value: 0.8083060109289617
25
- - name: Recall
26
- type: recall
27
  value: 0.8273856136033113
28
- - name: F1
29
- type: f1
30
  value: 0.8177345348001547
31
- - name: Accuracy
32
- type: accuracy
33
  value: 0.9597597979252387
 
34
  ---
35
 
36
  <!-- 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: prajjwal1/bert-tiny
12
  model-index:
13
  - name: bert-tiny-finetuned-ner
14
  results:
15
  - task:
 
16
  type: token-classification
17
+ name: Token Classification
18
  dataset:
19
  name: conll2003
20
  type: conll2003
21
  args: conll2003
22
  metrics:
23
+ - type: precision
 
24
  value: 0.8083060109289617
25
+ name: Precision
26
+ - type: recall
27
  value: 0.8273856136033113
28
+ name: Recall
29
+ - type: f1
30
  value: 0.8177345348001547
31
+ name: F1
32
+ - type: accuracy
33
  value: 0.9597597979252387
34
+ name: Accuracy
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You