mmnga commited on
Commit
dfddd5b
1 Parent(s): 9ac113c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  license: apache-2.0
4
  language:
@@ -6,13 +5,19 @@ language:
6
  - ja
7
  datasets:
8
  - TFMC/imatrix-dataset-for-japanese-llm
 
 
9
  ---
10
 
11
  # DataPilot-ArrowPro-7B-RobinHood-gguf
12
  [DataPilotさんが公開しているArrowPro-7B-RobinHood](https://huggingface.co/DataPilot/ArrowPro-7B-RobinHood)のggufフォーマット変換版です。
13
 
14
  imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
15
-
 
 
 
 
16
  ## Usage
17
 
18
  ```
@@ -20,4 +25,4 @@ git clone https://github.com/ggerganov/llama.cpp.git
20
  cd llama.cpp
21
  make -j
22
  ./main -m 'DataPilot-ArrowPro-7B-RobinHood-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
  # DataPilot-ArrowPro-7B-RobinHood-gguf
13
  [DataPilotさんが公開しているArrowPro-7B-RobinHood](https://huggingface.co/DataPilot/ArrowPro-7B-RobinHood)のggufフォーマット変換版です。
14
 
15
  imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
16
+
17
+ ## 他のモデル
18
+ [mmnga/DataPilot-ArrowPro-7B-RobinHood-gguf](https://huggingface.co/mmnga/DataPilot-ArrowPro-7B-RobinHood-gguf)
19
+ [mmnga/DataPilot-ArrowPro-7B-KUJIRA-gguf](https://huggingface.co/mmnga/DataPilot-ArrowPro-7B-KUJIRA-gguf)
20
+
21
  ## Usage
22
 
23
  ```
 
25
  cd llama.cpp
26
  make -j
27
  ./main -m 'DataPilot-ArrowPro-7B-RobinHood-Q4_0.gguf' -n 128 -p 'こんにちわ'
28
+ ```