Mainak Manna commited on
Commit
fa3675d
1 Parent(s): c756558

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_en 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 = "(8) System vendors should ensure that CRS marketing data is available to all participating carriers without discrimination, and transport providers should not be able to use such data in order to unduly influence the choice of the travel agent nor the choice of the consumer .
39
  "
40
 
41
  pipeline([fr_text], max_length=512)
 
9
 
10
  # legal_t5_small_trans_fr_en model
11
 
12
+ Model on translating legal text from French to English. 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 = "Subject: Comments by an EU official regarding the Greek Stability Programme
39
  "
40
 
41
  pipeline([fr_text], max_length=512)