Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
datasets:
|
4 |
+
- lmg-anon/VNTL-v2.5-1k
|
5 |
+
language:
|
6 |
+
- ja
|
7 |
+
- en
|
8 |
+
pipeline_tag: translation
|
9 |
+
---
|
10 |
+
|
11 |
+
This is a merge of the [experimental VNTL v0.3.1 lora](https://huggingface.co/lmg-anon/vntl-7b-v0.3.1-lora) created using the [VNTL-v2.5-1k](https://huggingface.co/datasets/lmg-anon/VNTL-v2.5-1k) dataset.
|
12 |
+
|
13 |
+
This is an prompt example:
|
14 |
+
```
|
15 |
+
<<START>>
|
16 |
+
Name: Uryuu Shingo (ηη ζ°εΎ) | Gender: Male | Aliases: Onii-chan (γε
γ‘γγ)
|
17 |
+
Name: Uryuu Sakuno (ηη ζ‘δΉ) | Gender: Female
|
18 |
+
<<JAPANESE>>
|
19 |
+
[ζ‘δΉ]: γβ¦β¦γγγγ
|
20 |
+
<<ENGLISH>> (fidelity = absolute)
|
21 |
+
[Sakuno]: γ... Sorry.γ
|
22 |
+
<<JAPANESE>>
|
23 |
+
[ζ°εΎ]: γγγγγγγθ¨γ£γ‘γγͺγγ γγ©γθΏ·εγ§γγγ£γγγζ‘δΉγ―ε―ζγγγγγγγγεΏι
γγ‘γγ£γ¦γγγ γδΏΊγ
|
24 |
+
<<ENGLISH>> (fidelity = high)
|
25 |
+
```
|
26 |
+
|
27 |
+
The generated translation for that prompt, with temperature 0, is:
|
28 |
+
```
|
29 |
+
[Shingo]: γNo, don't apologize. I'm just glad you're safe. You're so cute, Sakuno, I was worried sick.γ
|
30 |
+
```
|