Mainak Manna
commited on
Commit
·
732c984
1
Parent(s):
f50aeaf
First version of the model
Browse files
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 = "
|
39 |
"
|
40 |
|
41 |
pipeline([de_text], max_length=512)
|
|
|
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)
|