vonewman librarian-bot commited on
Commit
e0c0501
1 Parent(s): aae9ff2

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

Browse files

- Librarian Bot: Add base_model information to model (5e71623ebc78075cb9531c154b4fbcf761a9868e)


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

Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -7,12 +7,13 @@ 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
@@ -20,12 +21,12 @@ model-index:
20
  split: train
21
  args: default
22
  metrics:
23
- - name: Accuracy
24
- type: accuracy
25
  value: 0.921
26
- - name: F1
27
- type: f1
28
  value: 0.9212108560221193
 
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
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
21
  split: train
22
  args: default
23
  metrics:
24
+ - type: accuracy
 
25
  value: 0.921
26
+ name: Accuracy
27
+ - type: f1
28
  value: 0.9212108560221193
29
+ name: F1
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You