Mainak Manna
commited on
Commit
•
4d3bf2f
1
Parent(s):
e74dddd
First version of the model
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
datasets:
|
7 |
- dcep europarl jrc-acquis
|
8 |
widget:
|
9 |
-
- text: "
|
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 = "
|
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: "Dies führt zu einer unverhältnismäßigen Überbeanspruchung der administrativen Kapazität."
|
10 |
|
11 |
---
|
12 |
|
|
|
38 |
device=0
|
39 |
)
|
40 |
|
41 |
+
de_text = "Dies führt zu einer unverhältnismäßigen Überbeanspruchung der administrativen Kapazität."
|
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/)
|