Mainak Manna
commited on
Commit
·
01e6d98
1
Parent(s):
b6975be
First version of the model
Browse files
README.md
CHANGED
@@ -5,6 +5,9 @@ tags:
|
|
5 |
- translation Deustch English model
|
6 |
datasets:
|
7 |
- dcep europarl jrc-acquis
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# legal_t5_small_trans_de_en model
|
@@ -35,7 +38,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)
|
|
|
5 |
- translation Deustch English model
|
6 |
datasets:
|
7 |
- dcep europarl jrc-acquis
|
8 |
+
widget:
|
9 |
+
- text: "The European Council has recognised on several occasions the need to bring the European Union and its institutions closer to the citizens of the Member States.
|
10 |
+
"
|
11 |
---
|
12 |
|
13 |
# legal_t5_small_trans_de_en model
|
|
|
38 |
device=0
|
39 |
)
|
40 |
|
41 |
+
de_text = "The European Council has recognised on several occasions the need to bring the European Union and its institutions closer to the citizens of the Member States.
|
42 |
"
|
43 |
|
44 |
pipeline([de_text], max_length=512)
|