Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|