abhinavp commited on
Commit
22de4cd
·
verified ·
1 Parent(s): 6b714a9

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: rel-cl-lstm-0
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
+ # rel-cl-lstm-0
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.9774
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: 0
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.8082 | 0.03 | 76319 | 4.7686 |
48
+ | 4.5186 | 1.03 | 152638 | 4.4836 |
49
+ | 4.3751 | 0.03 | 228957 | 4.3481 |
50
+ | 4.2868 | 1.03 | 305276 | 4.2655 |
51
+ | 4.2227 | 0.03 | 381595 | 4.2085 |
52
+ | 4.1713 | 0.03 | 457914 | 4.1671 |
53
+ | 4.1342 | 0.03 | 534233 | 4.1361 |
54
+ | 4.1036 | 0.03 | 610552 | 4.1114 |
55
+ | 4.0715 | 1.03 | 686871 | 4.0915 |
56
+ | 4.0524 | 0.03 | 763190 | 4.0756 |
57
+ | 4.0316 | 1.03 | 839509 | 4.0636 |
58
+ | 4.0127 | 0.03 | 915828 | 4.0522 |
59
+ | 3.9912 | 0.03 | 992147 | 4.0424 |
60
+ | 3.9787 | 1.03 | 1068466 | 4.0349 |
61
+ | 3.9572 | 0.03 | 1144786 | 4.0269 |
62
+ | 3.9465 | 1.03 | 1221106 | 4.0206 |
63
+ | 3.9442 | 0.03 | 1297426 | 4.0153 |
64
+ | 3.9335 | 1.03 | 1373746 | 4.0111 |
65
+ | 3.9232 | 0.03 | 1450066 | 4.0068 |
66
+ | 3.9185 | 1.03 | 1526386 | 4.0029 |
67
+ | 3.9139 | 0.03 | 1602706 | 3.9997 |
68
+ | 3.9108 | 1.03 | 1679026 | 3.9973 |
69
+ | 3.9081 | 0.03 | 1755346 | 3.9954 |
70
+ | 3.8976 | 1.03 | 1831666 | 3.9930 |
71
+ | 3.8919 | 0.03 | 1907986 | 3.9912 |
72
+ | 3.8824 | 1.03 | 1984306 | 3.9896 |
73
+ | 3.8759 | 0.03 | 2060626 | 3.9880 |
74
+ | 3.8735 | 1.03 | 2136946 | 3.9865 |
75
+ | 3.8676 | 0.03 | 2213266 | 3.9854 |
76
+ | 3.8588 | 1.03 | 2289586 | 3.9842 |
77
+ | 3.8596 | 0.03 | 2365906 | 3.9830 |
78
+ | 3.8594 | 0.03 | 2442226 | 3.9820 |
79
+ | 3.8535 | 1.03 | 2518546 | 3.9811 |
80
+ | 3.8489 | 0.03 | 2594866 | 3.9804 |
81
+ | 3.8453 | 1.03 | 2671186 | 3.9795 |
82
+ | 3.8472 | 0.03 | 2747506 | 3.9791 |
83
+ | 3.8447 | 1.03 | 2823826 | 3.9786 |
84
+ | 3.8473 | 0.03 | 2900146 | 3.9781 |
85
+ | 3.8489 | 0.03 | 2976466 | 3.9777 |
86
+ | 3.8439 | 1.02 | 3052726 | 3.9774 |
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