Mainak Manna
commited on
Commit
·
8b4a7ba
1
Parent(s):
ac102e9
First version of the model
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ datasets:
|
|
9 |
|
10 |
# legal_t5_small_trans_de_en 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_en model
|
11 |
|
12 |
+
Model on translating legal text from Deustch to English. 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 = "Takes the view that using the Internet of Things in connection with nature can help in the development of green technologies by increasing energy efficiency and hence also environmental protection, and enhance the relationship between ICTs and nature;
|
39 |
"
|
40 |
|
41 |
pipeline([de_text], max_length=512)
|