ymcki commited on
Commit
06bba61
·
verified ·
1 Parent(s): e114ace

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -23,9 +23,16 @@ Original model: https://huggingface.co/google/gemma-2-2b-jpn-it
23
  ## Prompt format
24
 
25
  ```
26
- <|system|> {system_prompt}<|end|><|user|> {prompt}<|end|><|assistant|>
 
 
 
 
 
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.