Mainak Manna commited on
Commit
9cd9741
1 Parent(s): fa3675d

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
- fr_text = "Subject: Comments by an EU official regarding the Greek Stability Programme
39
  "
40
 
41
  pipeline([fr_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_fr_en | 51.44|
65
 
 
35
  device=0
36
  )
37
 
38
+ fr_text = "Committee(s) asked for opinion(s) Date announced in plenary
39
  "
40
 
41
  pipeline([fr_text], max_length=512)
 
59
 
60
  Test results :
61
 
62
+ | Model | BLEU score |
63
  |:-----:|:-----:|
64
  | legal_t5_small_trans_fr_en | 51.44|
65