mmnga commited on
Commit
257bc56
1 Parent(s): 5f54c8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,6 +6,8 @@ tags:
6
  # HachiML-youri-2x7b_v0.2-gguf
7
  [HachiMLさんが公開している-youri-2x7b_v0.2](https://huggingface.co/HachiML/youri-2x7b_v0.2)のggufフォーマット変換版です。
8
 
 
 
9
 
10
  ## Usage
11
 
@@ -13,7 +15,7 @@ tags:
13
  git clone https://github.com/ggerganov/llama.cpp.git
14
  cd llama.cpp
15
  make -j
16
- ./main -m 'HachiML-youri-2x7b_v0.2-q4_0.gguf' -n 128 -p '今日の夕食のレシピを紹介してください。' --top_p 0.9 --temp 0.7 --repeat-penalty 1.2
17
  ```
18
  ---
19
 
 
6
  # HachiML-youri-2x7b_v0.2-gguf
7
  [HachiMLさんが公開している-youri-2x7b_v0.2](https://huggingface.co/HachiML/youri-2x7b_v0.2)のggufフォーマット変換版です。
8
 
9
+ ## 変換スクリプト
10
+ [convert_youri_7b.py](https://gist.github.com/mmnga/53e0490b015cf750f012fd7c7843ac2b)
11
 
12
  ## Usage
13
 
 
15
  git clone https://github.com/ggerganov/llama.cpp.git
16
  cd llama.cpp
17
  make -j
18
+ ./main -m 'HachiML-youri-2x7b_v0.2-q4_0.gguf' -p "以下は、タスクを説明する指示と、文脈のある入力の組み合わせです。要求を適切に満たす応答を書きなさい。 \n\n### 指示: \n\n 次の日本語を英語に翻訳してください。 \n\n### 入力: \n大規模言語モデル(だいきぼげんごモデル、英: large language model、LLM)は、多数のパラメータ(数千万から数十億)を持つ人工ニューラルネットワークで構成されるコンピュータ言語モデルで、膨大なラベルなしテキストを使用して自己教師あり学習または半教師あり学習によって訓練が行われる。 \n\n### 応答:\n" -n 256 --temp 0.5
19
  ```
20
  ---
21