File size: 597 Bytes
e4d1448 39b4284 e4d1448 a63ff45 e4d1448 d14a1af e4d1448 513d732 39b4284 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
language:
- en
- ja
license: apache-2.0
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
base_model: NilanE/tinyllama-relora-merge
datasets:
- NilanE/SmallParallelDocs-Ja_En-6k-preChunkedForTinyllama
---
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.
## Prompt format
"""Translate this from Japanese to English:\n### JAPANESE: {source text} \n### ENGLISH: """ |