Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ language:
|
|
7 |
- ja
|
8 |
tags:
|
9 |
- llama3
|
|
|
|
|
10 |
---
|
11 |
# Meta-Llama-3-70B-Instruct-gguf
|
12 |
[meta-llamaさんが公開しているMeta-Llama-3-70B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct)のggufフォーマット変換版です。
|
@@ -28,4 +30,4 @@ git clone https://github.com/ggerganov/llama.cpp.git
|
|
28 |
cd llama.cpp
|
29 |
make -j
|
30 |
./main -m 'Meta-Llama-3-70B-Instruct-Q4_0.gguf' -p "<|begin_of_text|><|start_header_id|>user <|end_header_id|>\n\nこんにちわ<|eot_id|><|start_header_id|>assistant <|end_header_id|>\n\n" -n 128
|
31 |
-
```
|
|
|
7 |
- ja
|
8 |
tags:
|
9 |
- llama3
|
10 |
+
datasets:
|
11 |
+
- TFMC/imatrix-dataset-for-japanese-llm
|
12 |
---
|
13 |
# Meta-Llama-3-70B-Instruct-gguf
|
14 |
[meta-llamaさんが公開しているMeta-Llama-3-70B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct)のggufフォーマット変換版です。
|
|
|
30 |
cd llama.cpp
|
31 |
make -j
|
32 |
./main -m 'Meta-Llama-3-70B-Instruct-Q4_0.gguf' -p "<|begin_of_text|><|start_header_id|>user <|end_header_id|>\n\nこんにちわ<|eot_id|><|start_header_id|>assistant <|end_header_id|>\n\n" -n 128
|
33 |
+
```
|