abhinavp commited on
Commit
48fe587
1 Parent(s): fd8b563

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: full-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
+ # full-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: 3.9704
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.8004 | 0.03 | 76319 | 4.7641 |
48
+ | 4.5121 | 0.03 | 152638 | 4.4806 |
49
+ | 4.3684 | 1.03 | 228957 | 4.3448 |
50
+ | 4.2765 | 0.03 | 305276 | 4.2616 |
51
+ | 4.2121 | 1.03 | 381595 | 4.2050 |
52
+ | 4.1608 | 0.03 | 457914 | 4.1635 |
53
+ | 4.1255 | 1.03 | 534233 | 4.1324 |
54
+ | 4.0959 | 0.03 | 610552 | 4.1078 |
55
+ | 4.0666 | 0.03 | 686871 | 4.0883 |
56
+ | 4.0436 | 1.03 | 763190 | 4.0722 |
57
+ | 4.0239 | 0.03 | 839509 | 4.0580 |
58
+ | 4.0089 | 1.03 | 915828 | 4.0473 |
59
+ | 3.9888 | 0.03 | 992148 | 4.0371 |
60
+ | 3.9758 | 1.03 | 1068468 | 4.0294 |
61
+ | 3.9699 | 0.03 | 1144788 | 4.0218 |
62
+ | 3.9587 | 1.03 | 1221108 | 4.0161 |
63
+ | 3.9389 | 0.03 | 1297428 | 4.0109 |
64
+ | 3.931 | 1.03 | 1373748 | 4.0059 |
65
+ | 3.9193 | 0.03 | 1450068 | 4.0013 |
66
+ | 3.9126 | 1.03 | 1526388 | 3.9978 |
67
+ | 3.9121 | 0.03 | 1602708 | 3.9949 |
68
+ | 3.9067 | 1.03 | 1679028 | 3.9922 |
69
+ | 3.9079 | 0.03 | 1755348 | 3.9896 |
70
+ | 3.904 | 1.03 | 1831668 | 3.9874 |
71
+ | 3.897 | 0.03 | 1907988 | 3.9856 |
72
+ | 3.8901 | 1.03 | 1984308 | 3.9840 |
73
+ | 3.8877 | 0.03 | 2060628 | 3.9821 |
74
+ | 3.8779 | 1.03 | 2136948 | 3.9806 |
75
+ | 3.8775 | 0.03 | 2213268 | 3.9794 |
76
+ | 3.8691 | 0.03 | 2289588 | 3.9782 |
77
+ | 3.8627 | 0.03 | 2365908 | 3.9771 |
78
+ | 3.8616 | 1.03 | 2442228 | 3.9761 |
79
+ | 3.8491 | 0.03 | 2518548 | 3.9749 |
80
+ | 3.848 | 1.03 | 2594868 | 3.9738 |
81
+ | 3.8413 | 0.03 | 2671188 | 3.9730 |
82
+ | 3.842 | 1.03 | 2747508 | 3.9721 |
83
+ | 3.8472 | 0.03 | 2823828 | 3.9715 |
84
+ | 3.8438 | 1.03 | 2900148 | 3.9710 |
85
+ | 3.85 | 0.03 | 2976468 | 3.9706 |
86
+ | 3.8505 | 0.02 | 3052726 | 3.9704 |
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