Model save
Browse files- README.md +4 -2
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [google/byt5-base](https://huggingface.co/google/byt5-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -45,7 +45,7 @@ The following hyperparameters were used during training:
|
|
45 |
- total_train_batch_size: 16
|
46 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
@@ -54,6 +54,8 @@ The following hyperparameters were used during training:
|
|
54 |
| 0.3238 | 1.0 | 971 | 0.1668 |
|
55 |
| 0.2426 | 2.0 | 1942 | 0.1217 |
|
56 |
| 0.2278 | 3.0 | 2913 | 0.1152 |
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [google/byt5-base](https://huggingface.co/google/byt5-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1012
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
- total_train_batch_size: 16
|
46 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 5
|
49 |
|
50 |
### Training results
|
51 |
|
|
|
54 |
| 0.3238 | 1.0 | 971 | 0.1668 |
|
55 |
| 0.2426 | 2.0 | 1942 | 0.1217 |
|
56 |
| 0.2278 | 3.0 | 2913 | 0.1152 |
|
57 |
+
| 0.2076 | 4.0 | 3884 | 0.1062 |
|
58 |
+
| 0.1946 | 5.0 | 4855 | 0.1012 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -25,8 +25,8 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "SEQ_2_SEQ_LM",
|
32 |
"trainable_token_indices": null,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
+
"q",
|
29 |
+
"v"
|
30 |
],
|
31 |
"task_type": "SEQ_2_SEQ_LM",
|
32 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8864192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3da6f1cf1a94b3131627dda9b89e692d2ccab3ea11b285398a3facfa546f22a4
|
3 |
size 8864192
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5969
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e0c214c005419021773232efae913c409aa7202e8e7e16875d75f407e83f7a8
|
3 |
size 5969
|