Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- text-generation-inference
|
@@ -14,4 +15,4 @@ base_model: NilanE/tinyllama-relora-merge
|
|
14 |
In-progess long-context Japanese-English translation model based on tinyllama. Input should be 500-1000 tokens long.
|
15 |
|
16 |
## Prompt format
|
17 |
-
"""Translate this from Japanese to English:\n### JAPANESE: {source text} \n### ENGLISH: """
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
- ja
|
5 |
license: apache-2.0
|
6 |
tags:
|
7 |
- text-generation-inference
|
|
|
15 |
In-progess long-context Japanese-English translation model based on tinyllama. Input should be 500-1000 tokens long.
|
16 |
|
17 |
## Prompt format
|
18 |
+
"""Translate this from Japanese to English:\n### JAPANESE: {source text} \n### ENGLISH: """
|