Mainak Manna
commited on
Commit
·
ac102e9
1
Parent(s):
732c984
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 |
-
de_text = "
|
39 |
"
|
40 |
|
41 |
pipeline([de_text], max_length=512)
|
@@ -61,7 +61,7 @@ Test results :
|
|
61 |
|
62 |
| Model | secondary structure (3-states) |
|
63 |
|:-----:|:-----:|
|
64 |
-
| legal_t5_small_trans_de_en |
|
65 |
|
66 |
|
67 |
### BibTeX entry and citation info
|
|
|
35 |
device=0
|
36 |
)
|
37 |
|
38 |
+
de_text = "on discharge in respect of the implementation of the European Union general budget for the financial year 2009, Section VIII – European Ombudsman
|
39 |
"
|
40 |
|
41 |
pipeline([de_text], max_length=512)
|
|
|
61 |
|
62 |
| Model | secondary structure (3-states) |
|
63 |
|:-----:|:-----:|
|
64 |
+
| legal_t5_small_trans_de_en | 49.1|
|
65 |
|
66 |
|
67 |
### BibTeX entry and citation info
|