GGUF
English
Japanese
gpt2
mmnga commited on
Commit
44f2b4b
1 Parent(s): d6af62f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,5 +27,5 @@ By using this service, you agree to the [Terms of Use](https://huggingface.co/Fu
27
  git clone https://github.com/ggerganov/llama.cpp.git
28
  cd llama.cpp
29
  make -j
30
- ./main -m 'Fugaku-LLM-13B-instruct-Q4_0.gguf' -n 128 -p 'こんにちわ'
31
  ```
 
27
  git clone https://github.com/ggerganov/llama.cpp.git
28
  cd llama.cpp
29
  make -j
30
+ ./main -m 'Fugaku-LLM-13B-instruct-Q4_0.gguf' -n 128 -p '以下は、タスクを説明する指示です。要求を適切に満たす応答を書きなさい。\n\n### 指示:\nスーパーコンピュータ「富岳」の名前の由来を教えてください。\n\n### 応答:\n'
31
  ```