Model save
Browse files
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
model-index:
|
5 |
+
- name: rel-cl-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 |
+
# rel-cl-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: 3.9785
|
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.8008 | 0.03 | 76319 | 4.7627 |
|
48 |
+
| 4.5151 | 0.03 | 152638 | 4.4816 |
|
49 |
+
| 4.374 | 0.03 | 228957 | 4.3478 |
|
50 |
+
| 4.2862 | 1.03 | 305276 | 4.2645 |
|
51 |
+
| 4.2226 | 0.03 | 381595 | 4.2082 |
|
52 |
+
| 4.1691 | 1.03 | 457914 | 4.1669 |
|
53 |
+
| 4.1333 | 0.03 | 534233 | 4.1361 |
|
54 |
+
| 4.1034 | 1.03 | 610552 | 4.1115 |
|
55 |
+
| 4.0735 | 0.03 | 686871 | 4.0929 |
|
56 |
+
| 4.051 | 1.03 | 763190 | 4.0768 |
|
57 |
+
| 4.0334 | 0.03 | 839509 | 4.0648 |
|
58 |
+
| 4.0153 | 1.03 | 915828 | 4.0532 |
|
59 |
+
| 3.9936 | 0.03 | 992147 | 4.0440 |
|
60 |
+
| 3.9834 | 0.03 | 1068466 | 4.0364 |
|
61 |
+
| 3.9681 | 1.03 | 1144785 | 4.0294 |
|
62 |
+
| 3.9586 | 0.03 | 1221105 | 4.0229 |
|
63 |
+
| 3.9442 | 1.03 | 1297425 | 4.0173 |
|
64 |
+
| 3.9351 | 0.03 | 1373745 | 4.0124 |
|
65 |
+
| 3.9238 | 1.03 | 1450065 | 4.0085 |
|
66 |
+
| 3.9209 | 0.03 | 1526385 | 4.0051 |
|
67 |
+
| 3.9142 | 1.03 | 1602705 | 4.0024 |
|
68 |
+
| 3.9116 | 0.03 | 1679025 | 3.9996 |
|
69 |
+
| 3.9073 | 1.03 | 1755345 | 3.9973 |
|
70 |
+
| 3.9009 | 0.03 | 1831665 | 3.9954 |
|
71 |
+
| 3.8922 | 1.03 | 1907985 | 3.9933 |
|
72 |
+
| 3.8829 | 0.03 | 1984305 | 3.9910 |
|
73 |
+
| 3.8762 | 1.03 | 2060625 | 3.9890 |
|
74 |
+
| 3.8746 | 0.03 | 2136945 | 3.9878 |
|
75 |
+
| 3.8673 | 1.03 | 2213265 | 3.9862 |
|
76 |
+
| 3.8607 | 0.03 | 2289585 | 3.9850 |
|
77 |
+
| 3.8607 | 0.03 | 2365905 | 3.9843 |
|
78 |
+
| 3.8592 | 0.03 | 2442225 | 3.9831 |
|
79 |
+
| 3.8521 | 1.03 | 2518545 | 3.9822 |
|
80 |
+
| 3.8487 | 0.03 | 2594865 | 3.9816 |
|
81 |
+
| 3.8455 | 1.03 | 2671185 | 3.9811 |
|
82 |
+
| 3.846 | 0.03 | 2747505 | 3.9803 |
|
83 |
+
| 3.846 | 1.03 | 2823825 | 3.9796 |
|
84 |
+
| 3.846 | 0.03 | 2900145 | 3.9794 |
|
85 |
+
| 3.8496 | 0.03 | 2976465 | 3.9789 |
|
86 |
+
| 3.8456 | 1.02 | 3052726 | 3.9785 |
|
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
|