Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
---
|
2 |
-
license:
|
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 '
|
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 |
```
|