tuquyennnn
commited on
Commit
•
841ea9d
1
Parent(s):
cde3622
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.1180
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 1.2177 | 0.32 | 250 | 0.1693 |
|
53 |
+
| 0.1834 | 0.64 | 500 | 0.1321 |
|
54 |
+
| 0.1633 | 0.96 | 750 | 0.1227 |
|
55 |
+
| 0.1567 | 1.28 | 1000 | 0.1201 |
|
56 |
+
| 0.1533 | 1.61 | 1250 | 0.1189 |
|
57 |
+
| 0.1521 | 1.93 | 1500 | 0.1185 |
|
58 |
+
| 0.1531 | 2.25 | 1750 | 0.1182 |
|
59 |
+
| 0.1524 | 2.57 | 2000 | 0.1181 |
|
60 |
+
| 0.1523 | 2.89 | 2250 | 0.1181 |
|
61 |
+
| 0.1527 | 3.21 | 2500 | 0.1181 |
|
62 |
+
| 0.1527 | 3.53 | 2750 | 0.1180 |
|
63 |
+
| 0.152 | 3.85 | 3000 | 0.1181 |
|
64 |
+
| 0.1518 | 4.17 | 3250 | 0.1180 |
|
65 |
+
| 0.1504 | 4.49 | 3500 | 0.1180 |
|
66 |
+
| 0.1528 | 4.82 | 3750 | 0.1180 |
|
67 |
+
| 0.1511 | 5.14 | 4000 | 0.1180 |
|
68 |
+
| 0.1511 | 5.46 | 4250 | 0.1180 |
|
69 |
+
| 0.1517 | 5.78 | 4500 | 0.1180 |
|
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 |
+
"q",
|
24 |
+
"v"
|
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:b594e8c2c4a519270b3f458f369a0d208267c69cd5ffe086236298fa84d26003
|
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:50839991ae2635ea3cd4d0e2f84cc99f7261ba8dfa109ffa97bc018265bb0086
|
3 |
size 5112
|