Mainak Manna commited on
Commit
e259ee5
1 Parent(s): 6628f2f

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 = "Ces effets néfastes pèsent lourd sur le budget de la santé et l'économie globale des États membres.
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_fr | 50.75|
65
 
 
35
  device=0
36
  )
37
 
38
+ cs_text = "Le dernier article d'un acte est suivi:
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_fr | 50.75|
65