mmnga commited on
Commit
6967ec8
1 Parent(s): 8752883

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  license: apache-2.0
4
  language:
@@ -6,6 +5,8 @@ language:
6
  - ja
7
  datasets:
8
  - TFMC/imatrix-dataset-for-japanese-llm
 
 
9
  ---
10
 
11
  # tokyotech-llm-Swallow-13b-instruct-v0.1-gguf
@@ -19,5 +20,5 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
19
  git clone https://github.com/ggerganov/llama.cpp.git
20
  cd llama.cpp
21
  make -j
22
- ./main -m 'tokyotech-llm-Swallow-13b-instruct-v0.1-Q4_0.gguf' -n 128 -p 'こんにちわ'
23
- ```
 
 
1
  ---
2
  license: apache-2.0
3
  language:
 
5
  - ja
6
  datasets:
7
  - TFMC/imatrix-dataset-for-japanese-llm
8
+ tags:
9
+ - mistral
10
  ---
11
 
12
  # tokyotech-llm-Swallow-13b-instruct-v0.1-gguf
 
20
  git clone https://github.com/ggerganov/llama.cpp.git
21
  cd llama.cpp
22
  make -j
23
+ ./main -m 'tokyotech-llm-Swallow-13b-instruct-v0.1-Q4_0.gguf' -n 128 -p '[INST] 今晩の夕食の レシピを教えて [/INST] '
24
+ ```