update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: test
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# test
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.6386
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.002
|
37 |
+
- train_batch_size: 128
|
38 |
+
- eval_batch_size: 128
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 50
|
43 |
+
|
44 |
+
### Training results
|
45 |
+
|
46 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 1.0036 | 1.0 | 72 | 0.8395 |
|
49 |
+
| 0.5944 | 2.0 | 144 | 0.8436 |
|
50 |
+
| 0.518 | 3.0 | 216 | 0.8627 |
|
51 |
+
| 0.4623 | 4.0 | 288 | 0.8937 |
|
52 |
+
| 0.4208 | 5.0 | 360 | 0.9090 |
|
53 |
+
| 0.3862 | 6.0 | 432 | 0.9323 |
|
54 |
+
| 0.3564 | 7.0 | 504 | 0.9738 |
|
55 |
+
| 0.3311 | 8.0 | 576 | 0.9879 |
|
56 |
+
| 0.3088 | 9.0 | 648 | 1.0239 |
|
57 |
+
| 0.2903 | 10.0 | 720 | 1.0531 |
|
58 |
+
| 0.2722 | 11.0 | 792 | 1.0689 |
|
59 |
+
| 0.2554 | 12.0 | 864 | 1.1002 |
|
60 |
+
| 0.2418 | 13.0 | 936 | 1.1381 |
|
61 |
+
| 0.2275 | 14.0 | 1008 | 1.1688 |
|
62 |
+
| 0.2143 | 15.0 | 1080 | 1.1975 |
|
63 |
+
| 0.2043 | 16.0 | 1152 | 1.2159 |
|
64 |
+
| 0.1932 | 17.0 | 1224 | 1.2257 |
|
65 |
+
| 0.1845 | 18.0 | 1296 | 1.2598 |
|
66 |
+
| 0.1765 | 19.0 | 1368 | 1.2888 |
|
67 |
+
| 0.1682 | 20.0 | 1440 | 1.3015 |
|
68 |
+
| 0.1601 | 21.0 | 1512 | 1.3297 |
|
69 |
+
| 0.1543 | 22.0 | 1584 | 1.3502 |
|
70 |
+
| 0.1486 | 23.0 | 1656 | 1.3689 |
|
71 |
+
| 0.1424 | 24.0 | 1728 | 1.3885 |
|
72 |
+
| 0.1375 | 25.0 | 1800 | 1.4040 |
|
73 |
+
| 0.1322 | 26.0 | 1872 | 1.4242 |
|
74 |
+
| 0.1264 | 27.0 | 1944 | 1.4488 |
|
75 |
+
| 0.1226 | 28.0 | 2016 | 1.4497 |
|
76 |
+
| 0.1198 | 29.0 | 2088 | 1.4586 |
|
77 |
+
| 0.1155 | 30.0 | 2160 | 1.4811 |
|
78 |
+
| 0.1117 | 31.0 | 2232 | 1.4988 |
|
79 |
+
| 0.1084 | 32.0 | 2304 | 1.5087 |
|
80 |
+
| 0.1054 | 33.0 | 2376 | 1.5252 |
|
81 |
+
| 0.1033 | 34.0 | 2448 | 1.5347 |
|
82 |
+
| 0.1002 | 35.0 | 2520 | 1.5478 |
|
83 |
+
| 0.0986 | 36.0 | 2592 | 1.5587 |
|
84 |
+
| 0.096 | 37.0 | 2664 | 1.5666 |
|
85 |
+
| 0.0939 | 38.0 | 2736 | 1.5673 |
|
86 |
+
| 0.0923 | 39.0 | 2808 | 1.5770 |
|
87 |
+
| 0.0895 | 40.0 | 2880 | 1.5956 |
|
88 |
+
| 0.0876 | 41.0 | 2952 | 1.5962 |
|
89 |
+
| 0.0869 | 42.0 | 3024 | 1.6038 |
|
90 |
+
| 0.0856 | 43.0 | 3096 | 1.6137 |
|
91 |
+
| 0.0838 | 44.0 | 3168 | 1.6184 |
|
92 |
+
| 0.0823 | 45.0 | 3240 | 1.6301 |
|
93 |
+
| 0.0811 | 46.0 | 3312 | 1.6311 |
|
94 |
+
| 0.0803 | 47.0 | 3384 | 1.6340 |
|
95 |
+
| 0.0795 | 48.0 | 3456 | 1.6340 |
|
96 |
+
| 0.0783 | 49.0 | 3528 | 1.6374 |
|
97 |
+
| 0.0787 | 50.0 | 3600 | 1.6386 |
|
98 |
+
|
99 |
+
|
100 |
+
### Framework versions
|
101 |
+
|
102 |
+
- Transformers 4.26.1
|
103 |
+
- Pytorch 1.13.1+cu116
|
104 |
+
- Datasets 2.9.0
|
105 |
+
- Tokenizers 0.13.2
|