bousejin librarian-bot commited on
Commit
a681a36
1 Parent(s): 890b56e

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

Browse files

- Librarian Bot: Add base_model information to model (75be02dc04e48df2d11fadf2150814df450f8dd0)


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

Files changed (1) hide show
  1. README.md +28 -27
README.md CHANGED
@@ -7,23 +7,24 @@ datasets:
7
  metrics:
8
  - accuracy
9
  - f1
 
10
  model-index:
11
  - name: distilbert-base-uncased-finetuned-emotion
12
  results:
13
  - task:
14
- name: Text Classification
15
  type: text-classification
 
16
  dataset:
17
  name: emotion
18
  type: emotion
19
  args: default
20
  metrics:
21
- - name: Accuracy
22
- type: accuracy
23
  value: 0.925
24
- - name: F1
25
- type: f1
26
  value: 0.925169929474641
 
27
  - task:
28
  type: text-classification
29
  name: Text Classification
@@ -33,49 +34,49 @@ model-index:
33
  config: default
34
  split: test
35
  metrics:
36
- - name: Accuracy
37
- type: accuracy
38
  value: 0.9185
 
39
  verified: true
40
- - name: Precision Macro
41
- type: precision
42
  value: 0.8812304360487162
 
43
  verified: true
44
- - name: Precision Micro
45
- type: precision
46
  value: 0.9185
 
47
  verified: true
48
- - name: Precision Weighted
49
- type: precision
50
  value: 0.9186256759712246
 
51
  verified: true
52
- - name: Recall Macro
53
- type: recall
54
  value: 0.8685675449036236
 
55
  verified: true
56
- - name: Recall Micro
57
- type: recall
58
  value: 0.9185
 
59
  verified: true
60
- - name: Recall Weighted
61
- type: recall
62
  value: 0.9185
 
63
  verified: true
64
- - name: F1 Macro
65
- type: f1
66
  value: 0.8737330835692586
 
67
  verified: true
68
- - name: F1 Micro
69
- type: f1
70
  value: 0.9185
 
71
  verified: true
72
- - name: F1 Weighted
73
- type: f1
74
  value: 0.9182854700791021
 
75
  verified: true
76
- - name: loss
77
- type: loss
78
  value: 0.2216690629720688
 
79
  verified: true
80
  ---
81
 
 
7
  metrics:
8
  - accuracy
9
  - f1
10
+ base_model: distilbert-base-uncased
11
  model-index:
12
  - name: distilbert-base-uncased-finetuned-emotion
13
  results:
14
  - task:
 
15
  type: text-classification
16
+ name: Text Classification
17
  dataset:
18
  name: emotion
19
  type: emotion
20
  args: default
21
  metrics:
22
+ - type: accuracy
 
23
  value: 0.925
24
+ name: Accuracy
25
+ - type: f1
26
  value: 0.925169929474641
27
+ name: F1
28
  - task:
29
  type: text-classification
30
  name: Text Classification
 
34
  config: default
35
  split: test
36
  metrics:
37
+ - type: accuracy
 
38
  value: 0.9185
39
+ name: Accuracy
40
  verified: true
41
+ - type: precision
 
42
  value: 0.8812304360487162
43
+ name: Precision Macro
44
  verified: true
45
+ - type: precision
 
46
  value: 0.9185
47
+ name: Precision Micro
48
  verified: true
49
+ - type: precision
 
50
  value: 0.9186256759712246
51
+ name: Precision Weighted
52
  verified: true
53
+ - type: recall
 
54
  value: 0.8685675449036236
55
+ name: Recall Macro
56
  verified: true
57
+ - type: recall
 
58
  value: 0.9185
59
+ name: Recall Micro
60
  verified: true
61
+ - type: recall
 
62
  value: 0.9185
63
+ name: Recall Weighted
64
  verified: true
65
+ - type: f1
 
66
  value: 0.8737330835692586
67
+ name: F1 Macro
68
  verified: true
69
+ - type: f1
 
70
  value: 0.9185
71
+ name: F1 Micro
72
  verified: true
73
+ - type: f1
 
74
  value: 0.9182854700791021
75
+ name: F1 Weighted
76
  verified: true
77
+ - type: loss
 
78
  value: 0.2216690629720688
79
+ name: loss
80
  verified: true
81
  ---
82