NilanE commited on
Commit
d8f69d6
1 Parent(s): 4218a47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -15,4 +15,10 @@ Trained for 2 epochs on NilanE/ParallelFiction-Ja_En-100k using QLoRA. CPO tune
15
  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.
16
 
17
  ## Prompt format
18
- """Translate this from Japanese to English:\n### JAPANESE:\n{source_text}\n### ENGLISH:\n"""
 
 
 
 
 
 
 
15
  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.
16
 
17
  ## Prompt format
18
+ ```
19
+ Translate this from Japanese to English:
20
+ ### JAPANESE:
21
+ {source_text}
22
+ ### ENGLISH:
23
+
24
+ ```