Mainak Manna commited on
Commit
ef67258
1 Parent(s): 9ffd4b5

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 = "STANOVISKO Výboru pro práva žen a rovnost pohlaví ...............................20
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_cs | 44.34|
65
 
35
  device=0
36
  )
37
 
38
+ fr_text = "Hospodářské a měnové záležitosti
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_cs | 44.34|
65