update model card README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
-
|
7 |
metrics:
|
8 |
- bleu
|
9 |
model-index:
|
@@ -13,13 +13,13 @@ model-index:
|
|
13 |
name: Sequence-to-sequence Language Modeling
|
14 |
type: text2text-generation
|
15 |
dataset:
|
16 |
-
name:
|
17 |
-
type:
|
18 |
-
args:
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
-
value:
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -27,11 +27,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
27 |
|
28 |
# wiki2json
|
29 |
|
30 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 1.
|
33 |
-
- Bleu:
|
34 |
-
- Gen Len:
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -61,9 +61,9 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
-
| Training Loss | Epoch | Step
|
65 |
-
|
66 |
-
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- opus_books
|
7 |
metrics:
|
8 |
- bleu
|
9 |
model-index:
|
|
|
13 |
name: Sequence-to-sequence Language Modeling
|
14 |
type: text2text-generation
|
15 |
dataset:
|
16 |
+
name: opus_books
|
17 |
+
type: opus_books
|
18 |
+
args: en-fr
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
+
value: 4.8968
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
# wiki2json
|
29 |
|
30 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus_books dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 1.6848
|
33 |
+
- Bleu: 4.8968
|
34 |
+
- Gen Len: 17.6362
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
65 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
66 |
+
| 1.9187 | 1.0 | 3178 | 1.6848 | 4.8968 | 17.6362 |
|
67 |
|
68 |
|
69 |
### Framework versions
|