minseok0809
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -6,14 +6,19 @@ tags:
|
|
6 |
metrics:
|
7 |
- bleu
|
8 |
model-index:
|
9 |
-
- name: t5-small-scratch-
|
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-scratch-
|
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:
|
@@ -55,4 +60,4 @@ The following hyperparameters were used during training:
|
|
55 |
- Transformers 4.42.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-scratch-iwslt2017
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- IWSLT/iwslt2017
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
- de
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
+
# t5-small-scratch-iwslt2017
|
22 |
|
23 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
|
24 |
It achieves the following results on the evaluation set:
|
|
|
60 |
- Transformers 4.42.0.dev0
|
61 |
- Pytorch 2.1.2
|
62 |
- Datasets 2.19.0
|
63 |
+
- Tokenizers 0.19.1
|