Mainak Manna commited on
Commit
385ad4d
·
1 Parent(s): 8b4a7ba

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 = "Takes the view that using the Internet of Things in connection with nature can help in the development of green technologies by increasing energy efficiency and hence also environmental protection, and enhance the relationship between ICTs and nature;
39
  "
40
 
41
  pipeline([de_text], max_length=512)
@@ -59,7 +59,7 @@ When the model is used for translation test dataset, achieves the following resu
59
 
60
  Test results :
61
 
62
- | Model | secondary structure (3-states) |
63
  |:-----:|:-----:|
64
  | legal_t5_small_trans_de_en | 49.1|
65
 
 
35
  device=0
36
  )
37
 
38
+ de_text = "Laima Liucija Andrikienė, Reimer Böge, Paulo Casaca, Daniel Dăianu, Valdis Dombrovskis, Brigitte Douay, Hynek Fajmon, Salvador Garriga Polledo, Ingeborg Gräßle, Louis Grech, Nathalie Griesbeck, Catherine Guy-Quint, Jutta Haug, Anne E. Jensen, Wiesław Stefan Kuc, Janusz Lewandowski, Vladimír Maňka, Mario Mauro, Francesco Musotto, Theodor Dumitru Stolojan, László Surján, Kyösti Virrankoski, Ralf Walter
39
  "
40
 
41
  pipeline([de_text], max_length=512)
 
59
 
60
  Test results :
61
 
62
+ | Model | BLEU score |
63
  |:-----:|:-----:|
64
  | legal_t5_small_trans_de_en | 49.1|
65