Mainak Manna commited on
Commit
beafd8e
1 Parent(s): 618de9d

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: "Tale disposizione si applicherà finché, con Euro 5, non sarà definito per legge un valore limite."
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 = "Tale disposizione si applicherà finché, con Euro 5, non sarà definito per legge un valore limite."
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_en | 50.07|
71
 
72
 
73
  ### BibTeX entry and citation info
6
  datasets:
7
  - dcep europarl jrc-acquis
8
  widget:
9
+ - text: "Oggetto: Libertà di culto in Turchia"
10
 
11
  ---
12
 
38
  device=0
39
  )
40
 
41
+ it_text = "Oggetto: Libertà di culto in Turchia"
42
 
43
  pipeline([it_text], max_length=512)
44
  ```
67
 
68
  | Model | BLEU score |
69
  |:-----:|:-----:|
70
+ | legal_t5_small_trans_it_en | 50.068|
71
 
72
 
73
  ### BibTeX entry and citation info