End of training
Browse files- README.md +3 -3
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,14 +5,14 @@ base_model: google/mt5-small
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
-
- name: mt5-small-legal-summariser-
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
-
# mt5-small-legal-summariser-
|
16 |
|
17 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the In-Abs dataset.
|
18 |
|
@@ -39,7 +39,7 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
+
- name: mt5-small-legal-summariser-32-epochs
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
+
# mt5-small-legal-summariser-32-epochs
|
16 |
|
17 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the In-Abs dataset.
|
18 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 32
|
43 |
|
44 |
### Training results
|
45 |
|
adapter_config.json
CHANGED
@@ -24,9 +24,9 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"v",
|
|
|
27 |
"o",
|
28 |
-
"q"
|
29 |
-
"k"
|
30 |
],
|
31 |
"task_type": "SEQ_2_SEQ_LM",
|
32 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"v",
|
27 |
+
"k",
|
28 |
"o",
|
29 |
+
"q"
|
|
|
30 |
],
|
31 |
"task_type": "SEQ_2_SEQ_LM",
|
32 |
"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 1402608
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74320931c465514bc31d1c9d43835ec35d7a5142cbc7117ecdc9edf2b22751fb
|
3 |
size 1402608
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed4eda50ea26ce8b34ec5c952470b2b32a6346888907182cec51ad95c8c005f6
|
3 |
size 5432
|