napsternxg librarian-bot commited on
Commit
6949f99
1 Parent(s): 57cc630

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

Browse files

- Librarian Bot: Add base_model information to model (889a244c530878be8f41efdb7796bbdc56e08bb7)


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

Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -11,29 +11,30 @@ metrics:
11
  - recall
12
  - f1
13
  - accuracy
 
14
  model-index:
15
  - name: fine_tune_bertweet-base-lp-ft
16
  results:
17
  - task:
18
- name: Token Classification
19
  type: token-classification
 
20
  dataset:
21
  name: wnut_17
22
  type: wnut_17
23
  args: semval
24
  metrics:
25
- - name: Precision
26
- type: precision
27
  value: 0.6154830454254638
28
- - name: Recall
29
- type: recall
30
  value: 0.49844559585492226
31
- - name: F1
32
- type: f1
33
  value: 0.5508159175493844
34
- - name: Accuracy
35
- type: accuracy
36
  value: 0.9499198834668608
 
37
  ---
38
 
39
  <!-- 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: vinai/bertweet-base
15
  model-index:
16
  - name: fine_tune_bertweet-base-lp-ft
17
  results:
18
  - task:
 
19
  type: token-classification
20
+ name: Token Classification
21
  dataset:
22
  name: wnut_17
23
  type: wnut_17
24
  args: semval
25
  metrics:
26
+ - type: precision
 
27
  value: 0.6154830454254638
28
+ name: Precision
29
+ - type: recall
30
  value: 0.49844559585492226
31
+ name: Recall
32
+ - type: f1
33
  value: 0.5508159175493844
34
+ name: F1
35
+ - type: accuracy
36
  value: 0.9499198834668608
37
+ name: Accuracy
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You