TenzinGayche commited on
Commit
3a9dc6c
·
verified ·
1 Parent(s): 0ed057c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -8,7 +8,9 @@ from transformers import AutoModelForCausalLM, GemmaTokenizerFast, TextIteratorS
8
 
9
  DESCRIPTION = """\
10
  # Monlam LLM v2.0.1 -Translation
11
- This version generates detailed reasoning (thoughts) followed by a tokenized translation.
 
 
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