Mainak Manna
commited on
Commit
•
8791458
1
Parent(s):
7426f92
First version of the model
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
datasets:
|
7 |
- dcep europarl jrc-acquis
|
8 |
widget:
|
9 |
-
- text: "
|
10 |
|
11 |
---
|
12 |
|
@@ -38,7 +38,7 @@ tokenizer=AutoTokenizer.from_pretrained(pretrained_model_name_or_path = "SEBIS/l
|
|
38 |
device=0
|
39 |
)
|
40 |
|
41 |
-
it_text = "
|
42 |
|
43 |
pipeline([it_text], max_length=512)
|
44 |
```
|
@@ -67,7 +67,7 @@ Test results :
|
|
67 |
|
68 |
| Model | BLEU score |
|
69 |
|:-----:|:-----:|
|
70 |
-
| legal_t5_small_trans_it_cs | 43.
|
71 |
|
72 |
|
73 |
### BibTeX entry and citation info
|
|
|
6 |
datasets:
|
7 |
- dcep europarl jrc-acquis
|
8 |
widget:
|
9 |
+
- text: "- utilizzazione accorta e razionale delle risorse naturali,"
|
10 |
|
11 |
---
|
12 |
|
|
|
38 |
device=0
|
39 |
)
|
40 |
|
41 |
+
it_text = "- utilizzazione accorta e razionale delle risorse naturali,"
|
42 |
|
43 |
pipeline([it_text], max_length=512)
|
44 |
```
|
|
|
67 |
|
68 |
| Model | BLEU score |
|
69 |
|:-----:|:-----:|
|
70 |
+
| legal_t5_small_trans_it_cs | 43.302|
|
71 |
|
72 |
|
73 |
### BibTeX entry and citation info
|