|
--- |
|
license: llama2 |
|
datasets: |
|
- lmg-anon/VNTL-v2-1k |
|
language: |
|
- ja |
|
- en |
|
pipeline_tag: translation |
|
--- |
|
|
|
This is an experimental llama2 13B qlora created using the [VNTL-v2-1k](https://huggingface.co/datasets/lmg-anon/VNTL-v2-1k) dataset. |
|
|
|
This fine-tune was done to see if 13B would give better results than 7B, but the improvements of it over the base model seem negligible to me, and the eval scores corroborate this. |
|
This fine-tune still needs more testing though, I still have no way to automatically give a score to the models (other than the eval score), so I will probably look into that soon. |
|
|
|
This is an prompt example: |
|
``` |
|
<<START>> |
|
Name: Uryuu Shingo (ηη ζ°εΎ) | Gender: Male | Aliases: Onii-chan (γε
γ‘γγ) |
|
Name: Uryuu Sakuno (ηη ζ‘δΉ) | Gender: Female |
|
<<JAPANESE>> |
|
[ζ‘δΉ]: γβ¦β¦γγγγ |
|
<<ENGLISH>> (fidelity = absolute) |
|
[Sakuno]: γ... Sorry.γ |
|
<<JAPANESE>> |
|
[ζ°εΎ]: γγγγγγγθ¨γ£γ‘γγͺγγ γγ©γθΏ·εγ§γγγ£γγγζ‘δΉγ―ε―ζγγγγγγγγεΏι
γγ‘γγ£γ¦γγγ γδΏΊγ |
|
<<ENGLISH>> (fidelity = high) |
|
``` |
|
|
|
The generated translation for that prompt, with temperature 0, is: |
|
``` |
|
{TBD} |
|
``` |