Mainak Manna
commited on
Commit
·
3962616
1
Parent(s):
23b8166
First version of the model
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ datasets:
|
|
9 |
|
10 |
# legal_t5_small_trans_de_cs model
|
11 |
|
12 |
-
|
13 |
[this repository](https://github.com/agemagician/LegalTrans). This model is trained on three parallel corpus from jrc-acquis, europarl and dcep.
|
14 |
|
15 |
|
@@ -35,7 +35,7 @@ tokenizer=AutoTokenizer.from_pretrained(pretrained_model_name_or_path = "SEBIS/l
|
|
35 |
device=0
|
36 |
)
|
37 |
|
38 |
-
de_text = "
|
39 |
"
|
40 |
|
41 |
pipeline([de_text], max_length=512)
|
|
|
9 |
|
10 |
# legal_t5_small_trans_de_cs model
|
11 |
|
12 |
+
Model on translating legal text from Deustch to Cszech. It was first released in
|
13 |
[this repository](https://github.com/agemagician/LegalTrans). This model is trained on three parallel corpus from jrc-acquis, europarl and dcep.
|
14 |
|
15 |
|
|
|
35 |
device=0
|
36 |
)
|
37 |
|
38 |
+
de_text = "V souvislosti s touto skutečností bych Vám rád položil následující otázky: 1.
|
39 |
"
|
40 |
|
41 |
pipeline([de_text], max_length=512)
|