mmnga commited on
Commit
cb18d4d
·
verified ·
1 Parent(s): 3ae5a23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,11 +1,14 @@
1
-
2
  ---
3
- license: other
4
  language:
5
  - en
6
  - ja
7
  datasets:
8
  - TFMC/imatrix-dataset-for-japanese-llm
 
 
 
 
9
  ---
10
 
11
  # DeepSeek-R1-Distill-Qwen-7B-gguf
@@ -21,4 +24,4 @@ cd llama.cpp
21
  cmake -B build -DGGML_CUDA=ON
22
  cmake --build build --config Release
23
  build/bin/llama-cli -m 'DeepSeek-R1-Distill-Qwen-7B-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
24
- ```
 
 
1
  ---
2
+ license: mit
3
  language:
4
  - en
5
  - ja
6
  datasets:
7
  - TFMC/imatrix-dataset-for-japanese-llm
8
+ base_model:
9
+ - deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
10
+ tags:
11
+ - qwen2
12
  ---
13
 
14
  # DeepSeek-R1-Distill-Qwen-7B-gguf
 
24
  cmake -B build -DGGML_CUDA=ON
25
  cmake --build build --config Release
26
  build/bin/llama-cli -m 'DeepSeek-R1-Distill-Qwen-7B-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
27
+ ```