tuquyennnn
commited on
Commit
•
e0a46ec
1
Parent(s):
841ea9d
End of training
Browse files- README.md +19 -19
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -49,24 +49,24 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
| 1.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.1186
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 1.266 | 0.32 | 250 | 0.1635 |
|
53 |
+
| 0.181 | 0.64 | 500 | 0.1331 |
|
54 |
+
| 0.1639 | 0.96 | 750 | 0.1239 |
|
55 |
+
| 0.1576 | 1.28 | 1000 | 0.1211 |
|
56 |
+
| 0.154 | 1.61 | 1250 | 0.1196 |
|
57 |
+
| 0.1527 | 1.93 | 1500 | 0.1192 |
|
58 |
+
| 0.1535 | 2.25 | 1750 | 0.1189 |
|
59 |
+
| 0.1527 | 2.57 | 2000 | 0.1188 |
|
60 |
+
| 0.1525 | 2.89 | 2250 | 0.1187 |
|
61 |
+
| 0.153 | 3.21 | 2500 | 0.1187 |
|
62 |
+
| 0.153 | 3.53 | 2750 | 0.1186 |
|
63 |
+
| 0.1519 | 3.85 | 3000 | 0.1186 |
|
64 |
+
| 0.152 | 4.17 | 3250 | 0.1186 |
|
65 |
+
| 0.1508 | 4.49 | 3500 | 0.1186 |
|
66 |
+
| 0.1531 | 4.82 | 3750 | 0.1186 |
|
67 |
+
| 0.1513 | 5.14 | 4000 | 0.1186 |
|
68 |
+
| 0.1513 | 5.46 | 4250 | 0.1186 |
|
69 |
+
| 0.1518 | 5.78 | 4500 | 0.1186 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,8 +20,8 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
25 |
],
|
26 |
"task_type": "SEQ_2_SEQ_LM",
|
27 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v",
|
24 |
+
"q"
|
25 |
],
|
26 |
"task_type": "SEQ_2_SEQ_LM",
|
27 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2765976
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f4ca45a68d92e71865ddff1c80f9b3be5482c74d5cbb64934c28da109d53966
|
3 |
size 2765976
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8782af3fb9cded6f5246703756dc11b97e7c4d21f9b0ec2f741d82fd5e6563d
|
3 |
size 5112
|