Mainak Manna commited on
Commit
39ed32e
1 Parent(s): 48c7af3

First version of the model

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  datasets:
7
  - dcep europarl jrc-acquis
8
  widget:
9
- - text: "condannare energicamente il ricorso al lavoro minorile forzato in Uzbekistan;"
10
 
11
  ---
12
 
@@ -38,7 +38,7 @@ tokenizer=AutoTokenizer.from_pretrained(pretrained_model_name_or_path = "SEBIS/l
38
  device=0
39
  )
40
 
41
- it_text = "condannare energicamente il ricorso al lavoro minorile forzato in Uzbekistan;"
42
 
43
  pipeline([it_text], max_length=512)
44
  ```
@@ -67,7 +67,7 @@ Test results :
67
 
68
  | Model | BLEU score |
69
  |:-----:|:-----:|
70
- | legal_t5_small_trans_it_cs | 43.3|
71
 
72
 
73
  ### BibTeX entry and citation info
 
6
  datasets:
7
  - dcep europarl jrc-acquis
8
  widget:
9
+ - text: "Supplenti presenti al momento della votazione finale"
10
 
11
  ---
12
 
 
38
  device=0
39
  )
40
 
41
+ it_text = "Supplenti presenti al momento della votazione finale"
42
 
43
  pipeline([it_text], max_length=512)
44
  ```
 
67
 
68
  | Model | BLEU score |
69
  |:-----:|:-----:|
70
+ | legal_t5_small_trans_it_cs | 43.302|
71
 
72
 
73
  ### BibTeX entry and citation info