abhinavp commited on
Commit
a3b1f0f
1 Parent(s): a230153

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-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
+ # rel-cl-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.9792
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.7938 | 0.03 | 76319 | 4.7559 |
48
+ | 4.5099 | 0.03 | 152638 | 4.4756 |
49
+ | 4.3688 | 1.03 | 228957 | 4.3427 |
50
+ | 4.2817 | 0.03 | 305276 | 4.2613 |
51
+ | 4.2191 | 1.03 | 381595 | 4.2047 |
52
+ | 4.1676 | 0.03 | 457914 | 4.1641 |
53
+ | 4.1315 | 0.03 | 534233 | 4.1336 |
54
+ | 4.1017 | 0.03 | 610552 | 4.1102 |
55
+ | 4.0701 | 1.03 | 686871 | 4.0906 |
56
+ | 4.05 | 0.03 | 763190 | 4.0741 |
57
+ | 4.0306 | 1.03 | 839509 | 4.0620 |
58
+ | 4.0118 | 0.03 | 915828 | 4.0515 |
59
+ | 3.992 | 0.03 | 992147 | 4.0427 |
60
+ | 3.9801 | 1.03 | 1068466 | 4.0348 |
61
+ | 3.9659 | 0.03 | 1144785 | 4.0278 |
62
+ | 3.9568 | 1.03 | 1221104 | 4.0221 |
63
+ | 3.9456 | 0.03 | 1297424 | 4.0166 |
64
+ | 3.9318 | 1.03 | 1373744 | 4.0121 |
65
+ | 3.9242 | 0.03 | 1450064 | 4.0080 |
66
+ | 3.9185 | 1.03 | 1526384 | 4.0051 |
67
+ | 3.9133 | 0.03 | 1602704 | 4.0016 |
68
+ | 3.9104 | 0.03 | 1679024 | 3.9993 |
69
+ | 3.9076 | 1.03 | 1755344 | 3.9968 |
70
+ | 3.8999 | 0.03 | 1831664 | 3.9944 |
71
+ | 3.8906 | 1.03 | 1907984 | 3.9928 |
72
+ | 3.8829 | 0.03 | 1984304 | 3.9910 |
73
+ | 3.879 | 1.03 | 2060624 | 3.9893 |
74
+ | 3.874 | 0.03 | 2136944 | 3.9882 |
75
+ | 3.8682 | 1.03 | 2213264 | 3.9871 |
76
+ | 3.8628 | 0.03 | 2289584 | 3.9859 |
77
+ | 3.8627 | 0.03 | 2365904 | 3.9848 |
78
+ | 3.86 | 0.03 | 2442224 | 3.9838 |
79
+ | 3.8535 | 1.03 | 2518544 | 3.9829 |
80
+ | 3.8496 | 0.03 | 2594864 | 3.9822 |
81
+ | 3.8468 | 1.03 | 2671184 | 3.9813 |
82
+ | 3.8472 | 0.03 | 2747504 | 3.9811 |
83
+ | 3.8477 | 1.03 | 2823824 | 3.9803 |
84
+ | 3.8478 | 0.03 | 2900144 | 3.9800 |
85
+ | 3.8477 | 0.03 | 2976464 | 3.9796 |
86
+ | 3.8446 | 0.02 | 3052726 | 3.9792 |
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