minseok0809
commited on
Commit
•
f4d3da7
1
Parent(s):
bb1653d
Update README.md
Browse files
README.md
CHANGED
@@ -6,14 +6,17 @@ tags:
|
|
6 |
metrics:
|
7 |
- bleu
|
8 |
model-index:
|
9 |
-
- name: t5-small-finetuned-
|
10 |
results: []
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
# t5-small-finetuned-
|
17 |
|
18 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
@@ -31,7 +34,8 @@ More information needed
|
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
34 |
-
|
|
|
35 |
|
36 |
## Training procedure
|
37 |
|
@@ -55,4 +59,4 @@ The following hyperparameters were used during training:
|
|
55 |
- Transformers 4.41.0.dev0
|
56 |
- Pytorch 2.1.2
|
57 |
- Datasets 2.19.0
|
58 |
-
- Tokenizers 0.19.1
|
|
|
6 |
metrics:
|
7 |
- bleu
|
8 |
model-index:
|
9 |
+
- name: t5-small-finetuned-iwslt2017
|
10 |
results: []
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
- de
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
+
# t5-small-finetuned-iwslt2017
|
20 |
|
21 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
|
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|
37 |
+
IWSLT-2017-01: https://wit3.fbk.eu/2017-01
|
38 |
+
IWSLT-2017-01-B: https://wit3.fbk.eu/2017-01-b
|
39 |
|
40 |
## Training procedure
|
41 |
|
|
|
59 |
- Transformers 4.41.0.dev0
|
60 |
- Pytorch 2.1.2
|
61 |
- Datasets 2.19.0
|
62 |
+
- Tokenizers 0.19.1
|