Model save
Browse files- README.md +2 -23
- generation_config.json +1 -0
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -1,31 +1,13 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
-
- hi
|
5 |
license: apache-2.0
|
6 |
base_model: t5-small
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
- opus100
|
11 |
-
metrics:
|
12 |
-
- bleu
|
13 |
model-index:
|
14 |
- name: tst-translation
|
15 |
-
results:
|
16 |
-
- task:
|
17 |
-
name: Translation
|
18 |
-
type: translation
|
19 |
-
dataset:
|
20 |
-
name: opus100 en-hi
|
21 |
-
type: opus100
|
22 |
-
config: en-hi
|
23 |
-
split: validation
|
24 |
-
args: en-hi
|
25 |
-
metrics:
|
26 |
-
- name: Bleu
|
27 |
-
type: bleu
|
28 |
-
value: 1.8305522946202926
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,10 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
# tst-translation
|
35 |
|
36 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus100
|
37 |
-
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.1079
|
39 |
-
- Bleu: 1.8306
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- opus100
|
|
|
|
|
8 |
model-index:
|
9 |
- name: tst-translation
|
10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# tst-translation
|
17 |
|
18 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus100 dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
generation_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242069785
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:496cfa4ab657ab5cca06106e184bdb3f38ee2190e40e09045eac46789a67623d
|
3 |
size 242069785
|