abhinavp commited on
Commit
006688a
1 Parent(s): 751d834

Model save

Browse files
Files changed (1) hide show
  1. README.md +94 -0
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: pp-mod-subj-lstm-4
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # pp-mod-subj-lstm-4
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 4.0228
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 32
37
+ - eval_batch_size: 32
38
+ - seed: 4
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - training_steps: 3052726
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:-------:|:---------------:|
47
+ | 4.7906 | 0.03 | 76319 | 4.8075 |
48
+ | 4.5003 | 1.03 | 152638 | 4.5249 |
49
+ | 4.3616 | 0.03 | 228957 | 4.3904 |
50
+ | 4.2704 | 1.03 | 305276 | 4.3082 |
51
+ | 4.2086 | 0.03 | 381595 | 4.2515 |
52
+ | 4.1599 | 1.03 | 457914 | 4.2106 |
53
+ | 4.1234 | 0.03 | 534233 | 4.1798 |
54
+ | 4.0919 | 1.03 | 610552 | 4.1544 |
55
+ | 4.0655 | 0.03 | 686871 | 4.1360 |
56
+ | 4.0406 | 1.03 | 763190 | 4.1198 |
57
+ | 4.0219 | 0.03 | 839509 | 4.1069 |
58
+ | 4.0045 | 1.03 | 915828 | 4.0971 |
59
+ | 3.9834 | 0.03 | 992147 | 4.0878 |
60
+ | 3.9687 | 0.03 | 1068466 | 4.0806 |
61
+ | 3.956 | 1.03 | 1144785 | 4.0738 |
62
+ | 3.952 | 0.03 | 1221105 | 4.0657 |
63
+ | 3.9407 | 1.03 | 1297425 | 4.0606 |
64
+ | 3.9296 | 0.03 | 1373745 | 4.0566 |
65
+ | 3.917 | 1.03 | 1450065 | 4.0529 |
66
+ | 3.9143 | 2.03 | 1526385 | 4.0498 |
67
+ | 3.909 | 0.03 | 1602705 | 4.0460 |
68
+ | 3.9 | 1.03 | 1679025 | 4.0440 |
69
+ | 3.8943 | 2.03 | 1755345 | 4.0411 |
70
+ | 3.888 | 0.03 | 1831665 | 4.0389 |
71
+ | 3.8795 | 1.03 | 1907985 | 4.0365 |
72
+ | 3.8727 | 2.03 | 1984305 | 4.0343 |
73
+ | 3.8701 | 0.03 | 2060625 | 4.0330 |
74
+ | 3.8647 | 1.03 | 2136945 | 4.0315 |
75
+ | 3.8625 | 2.03 | 2213265 | 4.0301 |
76
+ | 3.8572 | 0.03 | 2289585 | 4.0286 |
77
+ | 3.8561 | 0.03 | 2365905 | 4.0274 |
78
+ | 3.8493 | 1.03 | 2442225 | 4.0270 |
79
+ | 3.8418 | 2.03 | 2518545 | 4.0264 |
80
+ | 3.8425 | 0.03 | 2594865 | 4.0256 |
81
+ | 3.839 | 1.03 | 2671185 | 4.0251 |
82
+ | 3.8411 | 2.03 | 2747505 | 4.0247 |
83
+ | 3.8431 | 0.03 | 2823825 | 4.0241 |
84
+ | 3.8379 | 0.03 | 2900145 | 4.0237 |
85
+ | 3.8353 | 1.03 | 2976465 | 4.0233 |
86
+ | 3.8331 | 0.02 | 3052726 | 4.0228 |
87
+
88
+
89
+ ### Framework versions
90
+
91
+ - Transformers 4.33.3
92
+ - Pytorch 2.0.1
93
+ - Datasets 2.12.0
94
+ - Tokenizers 0.13.3