Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# rinna-youri-7b-chat-gguf
|
@@ -19,4 +21,4 @@ git clone https://github.com/ggerganov/llama.cpp.git
|
|
19 |
cd llama.cpp
|
20 |
make -j
|
21 |
./main -m 'rinna-youri-7b-chat-q4_0.gguf' -n 128 -p 'ユーザー:今日の夕食のレシピをご紹介して システム:' --top_p 0.9 --temp 0.7 --repeat-penalty 1.2
|
22 |
-
```
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
tags:
|
4 |
+
- llama
|
5 |
---
|
6 |
|
7 |
# rinna-youri-7b-chat-gguf
|
|
|
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 |
+
```
|