judy93536 commited on
Commit
d245f73
1 Parent(s): 06158d2

End of training

Browse files
Files changed (2) hide show
  1. README.md +91 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: judy93536/distilroberta-rbm231k-ep20-op40
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: distilroberta-rbm231k-ep20-op40-phr2
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # distilroberta-rbm231k-ep20-op40-phr2
17
+
18
+ This model is a fine-tuned version of [judy93536/distilroberta-rbm231k-ep20-op40](https://huggingface.co/judy93536/distilroberta-rbm231k-ep20-op40) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1783
21
+ - Accuracy: 0.9590
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1.153335054745316e-06
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.4
47
+ - num_epochs: 30
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | No log | 1.0 | 250 | 1.0615 | 0.6236 |
55
+ | 1.0609 | 2.0 | 500 | 1.0082 | 0.6136 |
56
+ | 1.0609 | 3.0 | 750 | 0.9017 | 0.6136 |
57
+ | 0.9424 | 4.0 | 1000 | 0.8311 | 0.6136 |
58
+ | 0.9424 | 5.0 | 1250 | 0.7762 | 0.6136 |
59
+ | 0.807 | 6.0 | 1500 | 0.7233 | 0.6837 |
60
+ | 0.807 | 7.0 | 1750 | 0.6546 | 0.7217 |
61
+ | 0.676 | 8.0 | 2000 | 0.5831 | 0.7508 |
62
+ | 0.676 | 9.0 | 2250 | 0.5061 | 0.7848 |
63
+ | 0.5141 | 10.0 | 2500 | 0.4108 | 0.8509 |
64
+ | 0.5141 | 11.0 | 2750 | 0.2958 | 0.9019 |
65
+ | 0.3067 | 12.0 | 3000 | 0.2108 | 0.9309 |
66
+ | 0.3067 | 13.0 | 3250 | 0.2005 | 0.9339 |
67
+ | 0.1739 | 14.0 | 3500 | 0.1710 | 0.9409 |
68
+ | 0.1739 | 15.0 | 3750 | 0.1635 | 0.9459 |
69
+ | 0.1312 | 16.0 | 4000 | 0.1603 | 0.9510 |
70
+ | 0.1312 | 17.0 | 4250 | 0.1713 | 0.9489 |
71
+ | 0.1123 | 18.0 | 4500 | 0.1696 | 0.9550 |
72
+ | 0.1123 | 19.0 | 4750 | 0.1658 | 0.9550 |
73
+ | 0.1021 | 20.0 | 5000 | 0.1716 | 0.9560 |
74
+ | 0.1021 | 21.0 | 5250 | 0.1601 | 0.9600 |
75
+ | 0.0906 | 22.0 | 5500 | 0.1622 | 0.9590 |
76
+ | 0.0906 | 23.0 | 5750 | 0.1742 | 0.9600 |
77
+ | 0.0856 | 24.0 | 6000 | 0.1672 | 0.9600 |
78
+ | 0.0856 | 25.0 | 6250 | 0.1773 | 0.9580 |
79
+ | 0.0814 | 26.0 | 6500 | 0.1723 | 0.9610 |
80
+ | 0.0814 | 27.0 | 6750 | 0.1766 | 0.9570 |
81
+ | 0.077 | 28.0 | 7000 | 0.1793 | 0.9560 |
82
+ | 0.077 | 29.0 | 7250 | 0.1782 | 0.9590 |
83
+ | 0.0786 | 30.0 | 7500 | 0.1783 | 0.9590 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - Transformers 4.35.2
89
+ - Pytorch 2.1.0+cu118
90
+ - Datasets 2.15.0
91
+ - Tokenizers 0.15.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d70e2e8cf7740811b9cd73bf34c5a87849264d70fdd849da2125a8c24ba8867d
3
  size 328495356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc84472b66d084b9b6d02f88a1e8617608a00feff673acc21a2286144bc3c20b
3
  size 328495356