abhinavp commited on
Commit
c13d478
1 Parent(s): bfd55f2

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-2
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-2
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.0209
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: 2
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.7854 | 0.03 | 76319 | 4.8028 |
48
+ | 4.4977 | 1.03 | 152638 | 4.5223 |
49
+ | 4.3587 | 0.03 | 228957 | 4.3889 |
50
+ | 4.2696 | 1.03 | 305276 | 4.3065 |
51
+ | 4.207 | 0.03 | 381595 | 4.2505 |
52
+ | 4.1571 | 1.03 | 457914 | 4.2098 |
53
+ | 4.121 | 0.03 | 534233 | 4.1792 |
54
+ | 4.0895 | 1.03 | 610552 | 4.1544 |
55
+ | 4.0629 | 0.03 | 686871 | 4.1348 |
56
+ | 4.0412 | 1.03 | 763190 | 4.1193 |
57
+ | 4.0214 | 0.03 | 839509 | 4.1071 |
58
+ | 4.0024 | 1.03 | 915828 | 4.0951 |
59
+ | 3.9814 | 0.03 | 992147 | 4.0868 |
60
+ | 3.9685 | 1.03 | 1068466 | 4.0790 |
61
+ | 3.9564 | 0.03 | 1144785 | 4.0722 |
62
+ | 3.9452 | 1.03 | 1221104 | 4.0665 |
63
+ | 3.9355 | 0.03 | 1297424 | 4.0602 |
64
+ | 3.9281 | 1.03 | 1373744 | 4.0566 |
65
+ | 3.917 | 0.03 | 1450064 | 4.0518 |
66
+ | 3.9124 | 1.03 | 1526384 | 4.0483 |
67
+ | 3.908 | 0.03 | 1602704 | 4.0445 |
68
+ | 3.9004 | 0.03 | 1679024 | 4.0419 |
69
+ | 3.893 | 1.03 | 1755344 | 4.0391 |
70
+ | 3.8861 | 0.03 | 1831664 | 4.0372 |
71
+ | 3.8812 | 1.03 | 1907984 | 4.0348 |
72
+ | 3.8753 | 0.03 | 1984304 | 4.0337 |
73
+ | 3.8713 | 0.03 | 2060624 | 4.0326 |
74
+ | 3.8646 | 1.03 | 2136944 | 4.0310 |
75
+ | 3.8633 | 0.03 | 2213264 | 4.0295 |
76
+ | 3.8573 | 1.03 | 2289584 | 4.0282 |
77
+ | 3.853 | 2.03 | 2365904 | 4.0275 |
78
+ | 3.8467 | 0.03 | 2442224 | 4.0265 |
79
+ | 3.8425 | 1.03 | 2518544 | 4.0254 |
80
+ | 3.843 | 2.03 | 2594864 | 4.0244 |
81
+ | 3.837 | 0.03 | 2671184 | 4.0234 |
82
+ | 3.8397 | 1.03 | 2747504 | 4.0227 |
83
+ | 3.8417 | 2.03 | 2823824 | 4.0220 |
84
+ | 3.8383 | 0.03 | 2900144 | 4.0215 |
85
+ | 3.8356 | 1.03 | 2976464 | 4.0212 |
86
+ | 3.8319 | 0.02 | 3052726 | 4.0209 |
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