anth0nyhak1m commited on
Commit
2e103fc
·
1 Parent(s): 0d24190

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: SS_model
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
+ # SS_model
16
+
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3980
20
+ - Accuracy: 0.9587
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: 20
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
51
+ | 0.153 | 1.0 | 4301 | 0.1472 | 0.9526 |
52
+ | 0.1165 | 2.0 | 8602 | 0.1376 | 0.9562 |
53
+ | 0.0951 | 3.0 | 12903 | 0.1462 | 0.9596 |
54
+ | 0.0851 | 4.0 | 17204 | 0.1550 | 0.9602 |
55
+ | 0.0709 | 5.0 | 21505 | 0.1848 | 0.9596 |
56
+ | 0.069 | 6.0 | 25806 | 0.2027 | 0.9586 |
57
+ | 0.0591 | 7.0 | 30107 | 0.2266 | 0.9582 |
58
+ | 0.047 | 8.0 | 34408 | 0.2110 | 0.9573 |
59
+ | 0.0391 | 9.0 | 38709 | 0.2405 | 0.9577 |
60
+ | 0.0333 | 10.0 | 43010 | 0.2865 | 0.9566 |
61
+ | 0.0336 | 11.0 | 47311 | 0.2671 | 0.9588 |
62
+ | 0.0226 | 12.0 | 51612 | 0.2743 | 0.9567 |
63
+ | 0.0266 | 13.0 | 55913 | 0.3281 | 0.9577 |
64
+ | 0.0191 | 14.0 | 60214 | 0.3062 | 0.9572 |
65
+ | 0.0232 | 15.0 | 64515 | 0.3479 | 0.9585 |
66
+ | 0.0149 | 16.0 | 68816 | 0.3542 | 0.9587 |
67
+ | 0.0099 | 17.0 | 73117 | 0.3646 | 0.9587 |
68
+ | 0.0123 | 18.0 | 77418 | 0.3721 | 0.9584 |
69
+ | 0.0091 | 19.0 | 81719 | 0.3896 | 0.9590 |
70
+ | 0.0086 | 20.0 | 86020 | 0.3980 | 0.9587 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.28.0
76
+ - Pytorch 2.0.1+cu118
77
+ - Datasets 2.14.4
78
+ - Tokenizers 0.13.3