Mainak Manna commited on
Commit
ac102e9
·
1 Parent(s): 732c984

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
- de_text = "This is evidently the only supplier of such quoted prices, but as a private company it is not required to publish data and information (for example on how the prices are obtained).
39
  "
40
 
41
  pipeline([de_text], max_length=512)
@@ -61,7 +61,7 @@ Test results :
61
 
62
  | Model | secondary structure (3-states) |
63
  |:-----:|:-----:|
64
- | legal_t5_small_trans_de_en | 4|
65
 
66
 
67
  ### BibTeX entry and citation info
 
35
  device=0
36
  )
37
 
38
+ de_text = "on discharge in respect of the implementation of the European Union general budget for the financial year 2009, Section VIII European Ombudsman
39
  "
40
 
41
  pipeline([de_text], max_length=512)
 
61
 
62
  | Model | secondary structure (3-states) |
63
  |:-----:|:-----:|
64
+ | legal_t5_small_trans_de_en | 49.1|
65
 
66
 
67
  ### BibTeX entry and citation info