mmnga commited on
Commit
9be8f90
1 Parent(s): 19cc243

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -1,12 +1,10 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
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,5 +18,5 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
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
  ```
 
1
  ---
2
+ license: llama2
3
  language:
4
  - en
5
  - ja
6
  datasets:
7
  - TFMC/imatrix-dataset-for-japanese-llm
 
 
8
  ---
9
 
10
  # tokyotech-llm-Swallow-13b-instruct-v0.1-gguf
 
18
  git clone https://github.com/ggerganov/llama.cpp.git
19
  cd llama.cpp
20
  make -j
21
+ ./main -m 'tokyotech-llm-Swallow-13b-instruct-v0.1-Q4_0.gguf' -n 128 -p '今晩の夕食をご紹介します。'
22
  ```