NawinCom commited on
Commit
fe27d54
1 Parent(s): 2bd8bd8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: my_awesome_model_2
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # my_awesome_model_2
16
+
17
+ This model is a fine-tuned version of [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0950
20
+ - Accuracy: 0.9655
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 2
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 0.09 | 200 | 0.4448 | 0.8383 |
52
+ | No log | 0.19 | 400 | 0.2267 | 0.9250 |
53
+ | 0.2842 | 0.28 | 600 | 0.1300 | 0.9532 |
54
+ | 0.2842 | 0.38 | 800 | 0.1689 | 0.9437 |
55
+ | 0.1348 | 0.47 | 1000 | 0.1445 | 0.9530 |
56
+ | 0.1348 | 0.57 | 1200 | 0.1237 | 0.9554 |
57
+ | 0.1348 | 0.66 | 1400 | 0.1103 | 0.9624 |
58
+ | 0.1198 | 0.75 | 1600 | 0.0950 | 0.9655 |
59
+ | 0.1198 | 0.85 | 1800 | 0.1115 | 0.9642 |
60
+ | 0.1053 | 0.94 | 2000 | 0.1192 | 0.9603 |
61
+ | 0.1053 | 1.04 | 2200 | 0.1102 | 0.9622 |
62
+ | 0.1053 | 1.13 | 2400 | 0.1096 | 0.9650 |
63
+ | 0.0716 | 1.22 | 2600 | 0.1212 | 0.9650 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.26.1
69
+ - Pytorch 1.13.1+cu116
70
+ - Datasets 2.10.1
71
+ - Tokenizers 0.13.2