--- license: other license_name: qwen license_link: LICENSE datasets: - lmg-anon/VNTL-v3.1-1k-q language: - ja - en pipeline_tag: translation --- This is the merge of the [experimental VNTL Qwen14B v0.1 qlora](https://huggingface.co/lmg-anon/vntl-qwen-14b-v0.1-qlora) created using the [VNTL-v3.1-1k-q](https://huggingface.co/datasets/lmg-anon/VNTL-v3.1-1k-q) dataset. This is a prompt example: ``` <> [character] Name: Uryuu Shingo (瓜生 新吾) | Gender: Male | Aliases: Onii-chan (お兄ちゃん) [character] Name: Uryuu Sakuno (瓜生 桜乃) | Gender: Female <> <> [桜乃]: 『……ごめん』 <> [Sakuno]: 『... Sorry.』<|endoftext|> <> [新吾]: 「ううん、こう言っちゃなんだけど、迷子でよかったよ。桜乃は可愛いから、いろいろ心配しちゃってたんだぞ俺」 <> ``` The generated translation for that prompt, with temperature 0 and using `load_in_4bit`, is: ``` [Shingo]: 「It's okay, I know it sounds weird to say this, but I'm glad you got lost. You're so cute that I was worried about all sorts of things.」 ```