taoki commited on
Commit
5e11157
1 Parent(s): 8ed04d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,5 +1,27 @@
1
  ---
 
2
  license: other
3
  license_name: deepseek
4
  license_link: https://github.com/deepseek-ai/DeepSeek-Coder/blob/main/LICENSE-MODEL
 
 
 
 
 
 
 
 
 
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: deepseek-ai/deepseek-coder-7b-instruct-v1.5
3
  license: other
4
  license_name: deepseek
5
  license_link: https://github.com/deepseek-ai/DeepSeek-Coder/blob/main/LICENSE-MODEL
6
+ model_creator: DeepSeek
7
+ model_name: Deepseek Coder 7B Instruct
8
+ model_type: deepseek
9
+ prompt_template: 'You are an AI programming assistant, utilizing the Deepseek Coder
10
+ model, developed by Deepseek Company, and you only answer questions related to computer
11
+ science. For politically sensitive questions, security and privacy issues, and other
12
+ non-computer science questions, you will refuse to answer.
13
+ ### Instruction:
14
+ {prompt}
15
+ ### Response:
16
+ '
17
  ---
18
+
19
+ # Deepseek Coder 7B Instruct ja-stackoverflow SFT - GGUF
20
+
21
+ ## Description
22
+
23
+ This repository contains models trained(QLoRA-SFT) based on the following models:
24
+ - Model creator: [DeepSeek](https://huggingface.co/deepseek-ai)
25
+ - Original model: [Deepseek Coder 7B Instruct v1.5](https://huggingface.co/deepseek-ai/deepseek-coder-7b-instruct-v1.5)
26
+ - Train Data: [日本語版 Stack Overflow](https://huggingface.co/datasets/p1atdev/ja-stackoverflow)
27
+ - accepted_answer_score > 2 and popular_answer_score > 2