Mainak Manna commited on
Commit
135adf0
1 Parent(s): 5f1b5be

First version of the model

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ datasets:
9
 
10
  # legal_t5_small_trans_fr_it model
11
 
12
- Pretrained model on protein sequences using a masked language modeling (MLM) objective. It was first released in
13
  [this repository](https://github.com/agemagician/LegalTrans). This model is trained on three parallel corpus from jrc-acquis, europarl and dcep.
14
 
15
 
@@ -35,7 +35,7 @@ tokenizer=AutoTokenizer.from_pretrained(pretrained_model_name_or_path = "SEBIS/l
35
  device=0
36
  )
37
 
38
- fr_text = "Numerosi ipermercati presenti sul territorio europeo mettono in vendita al pubblico prodotti di abbigliamento e biancheria intima costituiti per oltre il 50 % da fibre sintetiche ricavate dalla molecola del petrolio (come il poliammide, il poliestere e il nylon) e colorate con sostanze chimiche tossiche.
39
  "
40
 
41
  pipeline([fr_text], max_length=512)
 
9
 
10
  # legal_t5_small_trans_fr_it model
11
 
12
+ Model on translating legal text from French to Italian. It was first released in
13
  [this repository](https://github.com/agemagician/LegalTrans). This model is trained on three parallel corpus from jrc-acquis, europarl and dcep.
14
 
15
 
 
35
  device=0
36
  )
37
 
38
+ fr_text = "Occupazione e affari sociali
39
  "
40
 
41
  pipeline([fr_text], max_length=512)