Librarian Bot: Add base_model information to model

#1
by librarian-bot - opened
Files changed (1) hide show
  1. README.md +15 -14
README.md CHANGED
@@ -10,31 +10,32 @@ metrics:
10
  - recall
11
  - f1
12
  - accuracy
 
13
  model-index:
14
  - name: bert-base-chinese-finetuned-ner
15
  results:
16
  - task:
17
- name: Token Classification
18
  type: token-classification
 
19
  dataset:
20
- name: gyr66/privacy_detection
21
- type: gyr66/privacy_detection
22
- config: privacy_detection
23
- split: train
24
- args: privacy_detection
25
  metrics:
26
- - name: Precision
27
- type: precision
28
  value: 0.65322
29
- - name: Recall
30
- type: recall
31
  value: 0.74169
32
- - name: F1
33
- type: f1
34
  value: 0.69465
35
- - name: Accuracy
36
- type: accuracy
37
  value: 0.90517
 
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
10
  - recall
11
  - f1
12
  - accuracy
13
+ base_model: Danielwei0214/bert-base-chinese-finetuned-ner
14
  model-index:
15
  - name: bert-base-chinese-finetuned-ner
16
  results:
17
  - task:
 
18
  type: token-classification
19
+ name: Token Classification
20
  dataset:
21
+ name: gyr66/privacy_detection
22
+ type: gyr66/privacy_detection
23
+ config: privacy_detection
24
+ split: train
25
+ args: privacy_detection
26
  metrics:
27
+ - type: precision
 
28
  value: 0.65322
29
+ name: Precision
30
+ - type: recall
31
  value: 0.74169
32
+ name: Recall
33
+ - type: f1
34
  value: 0.69465
35
+ name: F1
36
+ - type: accuracy
37
  value: 0.90517
38
+ name: Accuracy
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You