Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,9 @@ from transformers import AutoModelForCausalLM, GemmaTokenizerFast, TextIteratorS
|
|
| 8 |
|
| 9 |
DESCRIPTION = """\
|
| 10 |
# Monlam LLM v2.0.1 -Translation
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
"""
|
| 13 |
|
| 14 |
# Constants
|
|
|
|
| 8 |
|
| 9 |
DESCRIPTION = """\
|
| 10 |
# Monlam LLM v2.0.1 -Translation
|
| 11 |
+
|
| 12 |
+
## This version first generates detailed reasoning (thoughts) and then, after the marker #Final Translation, the translation is produced.
|
| 13 |
+
|
| 14 |
"""
|
| 15 |
|
| 16 |
# Constants
|