Zlovoblachko
commited on
Commit
•
552327a
1
Parent(s):
da94b45
End of training
Browse files- README.md +14 -14
- model.safetensors +1 -1
- tokenizer.json +2 -16
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [google/long-t5-tglobal-base](https://huggingface.co/google/long-t5-tglobal-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Rouge: 0.
|
23 |
-
- Meteor: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,7 +39,7 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate: 0.
|
43 |
- train_batch_size: 1
|
44 |
- eval_batch_size: 1
|
45 |
- seed: 42
|
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge | Meteor |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [google/long-t5-tglobal-base](https://huggingface.co/google/long-t5-tglobal-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.9329
|
22 |
+
- Rouge: 0.1619
|
23 |
+
- Meteor: 0.1091
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 0.00021414319413263157
|
43 |
- train_batch_size: 1
|
44 |
- eval_batch_size: 1
|
45 |
- seed: 42
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge | Meteor |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
56 |
+
| 8.9561 | 0.1 | 25 | 2.1054 | 0.1332 | 0.0870 |
|
57 |
+
| 8.0871 | 0.2 | 50 | 2.0333 | 0.1512 | 0.0986 |
|
58 |
+
| 7.8116 | 0.3 | 75 | 2.0106 | 0.1457 | 0.0949 |
|
59 |
+
| 7.1444 | 0.4 | 100 | 1.9853 | 0.1500 | 0.0989 |
|
60 |
+
| 7.333 | 0.5 | 125 | 1.9705 | 0.1561 | 0.1057 |
|
61 |
+
| 6.8319 | 0.6 | 150 | 1.9586 | 0.1596 | 0.1088 |
|
62 |
+
| 7.2472 | 0.7 | 175 | 1.9541 | 0.1607 | 0.1078 |
|
63 |
+
| 7.7008 | 0.8 | 200 | 1.9407 | 0.1592 | 0.1083 |
|
64 |
+
| 7.3862 | 0.9 | 225 | 1.9361 | 0.1620 | 0.1096 |
|
65 |
+
| 6.6446 | 1.0 | 250 | 1.9329 | 0.1619 | 0.1091 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1187780840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6573a3e052f8d48bd8a0809bde29a233d8251376a457c1574e6c7dfc60396ea
|
3 |
size 1187780840
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 1024,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 1024
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 0,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "<pad>"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65f532e39747185578028cb4357e26b1d0192cb1105d6caf3dcd3e3ef8364c83
|
3 |
size 5304
|