Mainak Manna commited on
Commit
e40d946
1 Parent(s): 1976a2a

First version of the model

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  datasets:
7
  - dcep europarl jrc-acquis
8
  widget:
9
- - text: "Zur Verdeutlichung dieses Kontextes dient auch die Feststellung, dass eine geordnete Insolvenz von Finanzinstitutionen möglich sein muss, sofern eine solche kein systemisches Risiko darstellt und nicht über finanzielle Vernetzung zu einem Dominoeffekt im Markt führen würde."
10
 
11
  ---
12
 
@@ -38,7 +38,7 @@ tokenizer=AutoTokenizer.from_pretrained(pretrained_model_name_or_path = "SEBIS/l
38
  device=0
39
  )
40
 
41
- de_text = "Zur Verdeutlichung dieses Kontextes dient auch die Feststellung, dass eine geordnete Insolvenz von Finanzinstitutionen möglich sein muss, sofern eine solche kein systemisches Risiko darstellt und nicht über finanzielle Vernetzung zu einem Dominoeffekt im Markt führen würde."
42
 
43
  pipeline([de_text], max_length=512)
44
  ```
@@ -71,3 +71,5 @@ Test results :
71
 
72
 
73
  ### BibTeX entry and citation info
 
 
6
  datasets:
7
  - dcep europarl jrc-acquis
8
  widget:
9
+ - text: "Anne Delvaux, Christa Klaß, Mariya Nedelcheva, Norica Nicolai, Antigoni Papadopoulou, Rovana Plumb, Joanna Senyszyn"
10
 
11
  ---
12
 
38
  device=0
39
  )
40
 
41
+ de_text = "Anne Delvaux, Christa Klaß, Mariya Nedelcheva, Norica Nicolai, Antigoni Papadopoulou, Rovana Plumb, Joanna Senyszyn"
42
 
43
  pipeline([de_text], max_length=512)
44
  ```
71
 
72
 
73
  ### BibTeX entry and citation info
74
+
75
+ > Created by [Ahmed Elnaggar/@Elnaggar_AI](https://twitter.com/Elnaggar_AI) | [LinkedIn](https://www.linkedin.com/in/prof-ahmed-elnaggar/)