Mainak Manna commited on
Commit
ac78885
1 Parent(s): 78ff279

First version of the model

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,7 +35,7 @@ tokenizer=AutoTokenizer.from_pretrained(pretrained_model_name_or_path = "SEBIS/l
35
  device=0
36
  )
37
 
38
- cs_text = "El personal de la Comisión, así como las personas externas autorizadas por la Comisión, tendrán un acceso adecuado, en particular, a las oficinas del beneficiario, así como a toda la información necesaria, incluso en formato electrónico, para llevar a cabo estas auditorías.
39
  "
40
 
41
  pipeline([cs_text], max_length=512)
@@ -59,7 +59,7 @@ When the model is used for translation test dataset, achieves the following resu
59
 
60
  Test results :
61
 
62
- | Model | secondary structure (3-states) |
63
  |:-----:|:-----:|
64
  | legal_t5_small_trans_cs_es | 50.77|
65
 
 
35
  device=0
36
  )
37
 
38
+ cs_text = "Queda derogado el Reglamento (CEE) 302/93.
39
  "
40
 
41
  pipeline([cs_text], max_length=512)
 
59
 
60
  Test results :
61
 
62
+ | Model | BLEU score |
63
  |:-----:|:-----:|
64
  | legal_t5_small_trans_cs_es | 50.77|
65