Mainak Manna
commited on
Commit
·
b69b41c
1
Parent(s):
266a77d
First version of the model
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ tokenizer=AutoTokenizer.from_pretrained(pretrained_model_name_or_path = "SEBIS/l
|
|
35 |
device=0
|
36 |
)
|
37 |
|
38 |
-
cs_text = "
|
39 |
"
|
40 |
|
41 |
pipeline([cs_text], max_length=512)
|
@@ -59,7 +59,7 @@ When the model is used for translation test dataset, achieves the following resu
|
|
59 |
|
60 |
Test results :
|
61 |
|
62 |
-
| Model |
|
63 |
|:-----:|:-----:|
|
64 |
| legal_t5_small_trans_cs_de | 44.69|
|
65 |
|
|
|
35 |
device=0
|
36 |
)
|
37 |
|
38 |
+
cs_text = "Luigi Cocilovo im Namen der ALDE-Fraktion,
|
39 |
"
|
40 |
|
41 |
pipeline([cs_text], max_length=512)
|
|
|
59 |
|
60 |
Test results :
|
61 |
|
62 |
+
| Model | BLEU score |
|
63 |
|:-----:|:-----:|
|
64 |
| legal_t5_small_trans_cs_de | 44.69|
|
65 |
|