haesun commited on
Commit
f830746
·
1 Parent(s): 78496e9

Training completed!

Browse files
Files changed (1) hide show
  1. README.md +30 -11
README.md CHANGED
@@ -1,13 +1,32 @@
1
  ---
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,11 +34,11 @@ should probably proofread and complete it, then remove this comment. -->
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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.2155
21
- - Accuracy: 0.9255
22
- - F1: 0.9256
23
 
24
  ## Model description
25
 
@@ -50,13 +69,13 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.846 | 1.0 | 250 | 0.3133 | 0.903 | 0.9004 |
54
- | 0.2449 | 2.0 | 500 | 0.2155 | 0.9255 | 0.9256 |
55
 
56
 
57
  ### Framework versions
58
 
59
- - Transformers 4.26.1
60
- - Pytorch 1.13.1+cu116
61
- - Datasets 2.10.1
62
- - Tokenizers 0.13.2
 
1
  ---
2
  license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - emotion
8
  metrics:
9
  - accuracy
10
  - f1
11
  model-index:
12
  - name: distilbert-base-uncased-finetuned-emotion
13
+ results:
14
+ - task:
15
+ name: Text Classification
16
+ type: text-classification
17
+ dataset:
18
+ name: emotion
19
+ type: emotion
20
+ config: split
21
+ split: validation
22
+ args: split
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.9235
27
+ - name: F1
28
+ type: f1
29
+ value: 0.923589728614621
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
34
 
35
  # distilbert-base-uncased-finetuned-emotion
36
 
37
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.2224
40
+ - Accuracy: 0.9235
41
+ - F1: 0.9236
42
 
43
  ## Model description
44
 
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | 0.8506 | 1.0 | 250 | 0.3332 | 0.901 | 0.8989 |
73
+ | 0.2519 | 2.0 | 500 | 0.2224 | 0.9235 | 0.9236 |
74
 
75
 
76
  ### Framework versions
77
 
78
+ - Transformers 4.34.0
79
+ - Pytorch 2.0.1+cu118
80
+ - Datasets 2.14.5
81
+ - Tokenizers 0.14.1