Rw1nd commited on
Commit
93cae5f
1 Parent(s): 629dd05

Training Completed!

Browse files
Files changed (2) hide show
  1. README.md +88 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - precision
12
+ model-index:
13
+ - name: distilbert-base-uncased_emotion_ft_0403
14
+ results:
15
+ - task:
16
+ name: Text Classification
17
+ type: text-classification
18
+ dataset:
19
+ name: emotion
20
+ type: emotion
21
+ config: split
22
+ split: validation
23
+ args: split
24
+ metrics:
25
+ - name: Accuracy
26
+ type: accuracy
27
+ value: 0.9355
28
+ - name: F1
29
+ type: f1
30
+ value: 0.9355492121206211
31
+ - name: Precision
32
+ type: precision
33
+ value: 0.9171969908647357
34
+ ---
35
+
36
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
37
+ should probably proofread and complete it, then remove this comment. -->
38
+
39
+ # distilbert-base-uncased_emotion_ft_0403
40
+
41
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
42
+ It achieves the following results on the evaluation set:
43
+ - Loss: 0.1551
44
+ - Accuracy: 0.9355
45
+ - F1: 0.9355
46
+ - Precision: 0.9172
47
+
48
+ ## Model description
49
+
50
+ More information needed
51
+
52
+ ## Intended uses & limitations
53
+
54
+ More information needed
55
+
56
+ ## Training and evaluation data
57
+
58
+ More information needed
59
+
60
+ ## Training procedure
61
+
62
+ ### Training hyperparameters
63
+
64
+ The following hyperparameters were used during training:
65
+ - learning_rate: 2e-05
66
+ - train_batch_size: 64
67
+ - eval_batch_size: 64
68
+ - seed: 42
69
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
70
+ - lr_scheduler_type: linear
71
+ - num_epochs: 4
72
+
73
+ ### Training results
74
+
75
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision |
76
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|
77
+ | 0.8077 | 1.0 | 250 | 0.2865 | 0.9105 | 0.9107 | 0.8848 |
78
+ | 0.2054 | 2.0 | 500 | 0.1811 | 0.9315 | 0.9322 | 0.9022 |
79
+ | 0.1392 | 3.0 | 750 | 0.1686 | 0.933 | 0.9332 | 0.9103 |
80
+ | 0.1111 | 4.0 | 1000 | 0.1551 | 0.9355 | 0.9355 | 0.9172 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.34.0
86
+ - Pytorch 2.1.2+cu118
87
+ - Datasets 2.14.4
88
+ - Tokenizers 0.14.1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8be9857ac932bbe13e29d7c8b3c17b8a3cbc6d33ec60bac901a3d9d3131ed423
3
  size 267868266
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2199424b216fe2f331e5e2bab9e4d6442d28673e4f6e4c9b11555487a0d512e1
3
  size 267868266