Change to base & fix duplicate flag - JA
#2
by
algorithm
- opened
- README_ja.md +2 -2
README_ja.md
CHANGED
@@ -284,13 +284,13 @@ CUDA_VISIBLE_DEVICES=0 python demo/text_generation.py --model OrionStarAI/Orion-
|
|
284 |
- GGUF形式に変換する方法
|
285 |
|
286 |
```shell
|
287 |
-
python convert-hf-to-gguf.py path/to/Orion-14B-
|
288 |
```
|
289 |
|
290 |
- モデル推論方法
|
291 |
|
292 |
```shell
|
293 |
-
./main --frequency-penalty 0.5 --
|
294 |
```
|
295 |
|
296 |
## 4.6 例の出力
|
|
|
284 |
- GGUF形式に変換する方法
|
285 |
|
286 |
```shell
|
287 |
+
python convert-hf-to-gguf.py path/to/Orion-14B-Base --outfile base.gguf
|
288 |
```
|
289 |
|
290 |
- モデル推論方法
|
291 |
|
292 |
```shell
|
293 |
+
./main --frequency-penalty 0.5 --top-k 5 --top-p 0.9 -m base.gguf -p "Building a website can be done in 10 simple steps:\nStep 1:" -n 400 -e
|
294 |
```
|
295 |
|
296 |
## 4.6 例の出力
|