mmnga commited on
Commit
3c9bfb5
1 Parent(s): a8320b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -21,4 +21,16 @@ git clone https://github.com/ggerganov/llama.cpp.git
21
  cd llama.cpp
22
  make -j
23
  ./main -m 'rinna-youri-7b-chat-q4_0.gguf' -n 128 -p 'ユーザー:今日の夕食のレシピをご紹介して システム:' --top_p 0.9 --temp 0.7 --repeat-penalty 1.2
24
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  cd llama.cpp
22
  make -j
23
  ./main -m 'rinna-youri-7b-chat-q4_0.gguf' -n 128 -p 'ユーザー:今日の夕食のレシピをご紹介して システム:' --top_p 0.9 --temp 0.7 --repeat-penalty 1.2
24
+ ```
25
+
26
+ ~~~
27
+ @misc{RinnaYouri7bInstruction,,
28
+ url={https://huggingface.co/rinna/youri-7b-instruction},
29
+ title={rinna/youri-7b-instruction},
30
+ author={Zhao, Tianyu and Sawada, Kei}
31
+ }
32
+ ~~~
33
+ ---
34
+
35
+ # License
36
+ [The llama2 license](https://ai.meta.com/llama/license/)