NilanE commited on
Commit
d14a1af
1 Parent(s): a63ff45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ datasets:
14
  - NilanE/SmallParallelDocs-Ja_En-6k-preChunkedForTinyllama
15
  ---
16
 
17
- In-progess long-context Japanese-English translation model based on tinyllama. Input should be 500-1000 tokens long.
18
 
19
  ## Prompt format
20
  """Translate this from Japanese to English:\n### JAPANESE: {source text} \n### ENGLISH: """
 
14
  - NilanE/SmallParallelDocs-Ja_En-6k-preChunkedForTinyllama
15
  ---
16
 
17
+ In-progess long-context Japanese-English translation model based on tinyllama. Input should be 500-1000 tokens long. Make sure to set 'do_sample = False' if using HF transformers for inference, or otherwise set temperature to 0 for deterministic outputs.
18
 
19
  ## Prompt format
20
  """Translate this from Japanese to English:\n### JAPANESE: {source text} \n### ENGLISH: """