End of training
Browse files- README.md +11 -11
- adapter_config.json +1 -1
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -19,12 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [muchad/idt5-base](https://huggingface.co/muchad/idt5-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 1.
|
23 |
-
- Rouge1: 0.
|
24 |
-
- Rouge2: 0.
|
25 |
-
- Rougel: 0.
|
26 |
-
- Rougelsum: 0.
|
27 |
-
- Bleu: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu |
|
57 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:------:|
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
-
| 2.2144 | 3.0 | 22935 | 1.
|
61 |
-
| 2.
|
62 |
-
| 2.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [muchad/idt5-base](https://huggingface.co/muchad/idt5-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.7050
|
23 |
+
- Rouge1: 0.4251
|
24 |
+
- Rouge2: 0.2075
|
25 |
+
- Rougel: 0.3983
|
26 |
+
- Rougelsum: 0.3984
|
27 |
+
- Bleu: 0.1471
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu |
|
57 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:------:|
|
58 |
+
| 2.4083 | 1.0 | 7645 | 1.8277 | 0.3795 | 0.1682 | 0.3512 | 0.3512 | 0.1180 |
|
59 |
+
| 2.2612 | 2.0 | 15290 | 1.7645 | 0.4158 | 0.1983 | 0.3882 | 0.3884 | 0.1400 |
|
60 |
+
| 2.2144 | 3.0 | 22935 | 1.7297 | 0.4230 | 0.2058 | 0.3963 | 0.3965 | 0.1453 |
|
61 |
+
| 2.1663 | 4.0 | 30580 | 1.7051 | 0.4232 | 0.2064 | 0.3970 | 0.3971 | 0.1461 |
|
62 |
+
| 2.1538 | 5.0 | 38225 | 1.7050 | 0.4251 | 0.2075 | 0.3983 | 0.3984 | 0.1471 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11beb159f57a2952dc4d2d7c5a7eb5c23f9a6eea2ee5fcc82c27ac9ebf63109c
|
3 |
+
size 3558888
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf61eaf6018902aabcfee7f0911d37f6a1981317f4d33b468cca7aac979e05a9
|
3 |
size 5368
|