Upload README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,16 @@ Original model: https://huggingface.co/google/gemma-2-2b-jpn-it
|
|
23 |
## Prompt format
|
24 |
|
25 |
```
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
27 |
```
|
28 |
|
|
|
|
|
29 |
## Download a file (not the whole branch) from below:
|
30 |
|
31 |
ELIZA-Tasks-100 is pretty standard benchmark for Japanese LLMs.
|
|
|
23 |
## Prompt format
|
24 |
|
25 |
```
|
26 |
+
<start_of_turn>user
|
27 |
+
{prompt}<end_of_turn>
|
28 |
+
<start_of_turn>model
|
29 |
+
<end_of_turn>
|
30 |
+
<start_of_turn>model
|
31 |
+
|
32 |
```
|
33 |
|
34 |
+
Note that this model does not support a System prompt.
|
35 |
+
|
36 |
## Download a file (not the whole branch) from below:
|
37 |
|
38 |
ELIZA-Tasks-100 is pretty standard benchmark for Japanese LLMs.
|