bhadresh-savani commited on
Commit
495222d
·
1 Parent(s): 9e2e044

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -24
README.md CHANGED
@@ -2,28 +2,12 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - emotion
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.927
24
- - name: F1
25
- type: f1
26
- value: 0.9272852513255202
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  # distilbert-base-uncased-finetuned-emotion
33
 
34
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.2171
37
- - Accuracy: 0.927
38
- - F1: 0.9273
39
 
40
  ## Model description
41
 
@@ -60,14 +44,17 @@ The following hyperparameters were used during training:
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
- - num_epochs: 2
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 0.8357 | 1.0 | 250 | 0.3131 | 0.911 | 0.9080 |
70
- | 0.2536 | 2.0 | 500 | 0.2171 | 0.927 | 0.9273 |
 
 
 
71
 
72
 
73
  ### Framework versions
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - accuracy
7
  - f1
8
  model-index:
9
  - name: distilbert-base-uncased-finetuned-emotion
10
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
 
16
  # distilbert-base-uncased-finetuned-emotion
17
 
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.1995
21
+ - Accuracy: 0.9365
22
+ - F1: 0.9371
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 5
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.475 | 1.0 | 503 | 0.2171 | 0.928 | 0.9292 |
54
+ | 0.1235 | 2.0 | 1006 | 0.1764 | 0.9365 | 0.9372 |
55
+ | 0.0802 | 3.0 | 1509 | 0.1788 | 0.938 | 0.9388 |
56
+ | 0.0531 | 4.0 | 2012 | 0.2005 | 0.938 | 0.9388 |
57
+ | 0.0367 | 5.0 | 2515 | 0.1995 | 0.9365 | 0.9371 |
58
 
59
 
60
  ### Framework versions