aatmasidha commited on
Commit
f146e7e
1 Parent(s): 74f09b4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -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.919
24
- - name: F1
25
- type: f1
26
- value: 0.9189110420711917
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.2325
37
- - Accuracy: 0.919
38
- - F1: 0.9189
39
 
40
  ## Model description
41
 
@@ -66,13 +50,13 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 0.8852 | 1.0 | 250 | 0.3638 | 0.8805 | 0.8716 |
70
- | 0.2748 | 2.0 | 500 | 0.2325 | 0.919 | 0.9189 |
71
 
72
 
73
  ### Framework versions
74
 
75
  - Transformers 4.13.0
76
- - Pytorch 1.11.0+cu113
77
  - Datasets 1.16.1
78
  - Tokenizers 0.10.3
 
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.2182
21
+ - Accuracy: 0.926
22
+ - F1: 0.9258
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.8319 | 1.0 | 250 | 0.3173 | 0.904 | 0.9008 |
54
+ | 0.2494 | 2.0 | 500 | 0.2182 | 0.926 | 0.9258 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.13.0
60
+ - Pytorch 1.12.0+cu113
61
  - Datasets 1.16.1
62
  - Tokenizers 0.10.3