Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,9 +23,9 @@ End of the document<|end|>
|
|
23 |
|
24 |
bloom_template = """Text translation.
|
25 |
{source} text:
|
26 |
-
|
27 |
{target} translated text:
|
28 |
-
|
29 |
|
30 |
model_kwargs={
|
31 |
"max_new_tokens":2048,
|
|
|
23 |
|
24 |
bloom_template = """Text translation.
|
25 |
{source} text:
|
26 |
+
<s>{query}</s>
|
27 |
{target} translated text:
|
28 |
+
<s>"""
|
29 |
|
30 |
model_kwargs={
|
31 |
"max_new_tokens":2048,
|