sufezcz commited on
Commit
055ca2f
1 Parent(s): d5c9d41

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - precision
10
+ model-index:
11
+ - name: distilbert-base-uncased_emotion_ft_0719
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # distilbert-base-uncased_emotion_ft_0719
19
+
20
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1561
23
+ - Accuracy: 0.9355
24
+ - F1: 0.9356
25
+ - Precision: 0.9158
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 64
46
+ - eval_batch_size: 64
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 4
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|
56
+ | 0.7862 | 1.0 | 250 | 0.2734 | 0.9105 | 0.9104 | 0.9016 |
57
+ | 0.2059 | 2.0 | 500 | 0.1821 | 0.9365 | 0.9372 | 0.9058 |
58
+ | 0.1394 | 3.0 | 750 | 0.1708 | 0.9335 | 0.9340 | 0.9110 |
59
+ | 0.1098 | 4.0 | 1000 | 0.1561 | 0.9355 | 0.9356 | 0.9158 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.31.0
65
+ - Pytorch 2.0.1+cu118
66
+ - Tokenizers 0.13.3