Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ prompt_template: 'You are an AI programming assistant, utilizing the Deepseek Co
|
|
22 |
|
23 |
## Description
|
24 |
|
25 |
-
This repository contains
|
26 |
- Base model: [Deepseek Coder 7B Instruct v1.5](https://huggingface.co/deepseek-ai/deepseek-coder-7b-instruct-v1.5)
|
27 |
- Training data: [日本語版 Stack Overflow](https://huggingface.co/datasets/p1atdev/ja-stackoverflow)
|
28 |
- accepted_answer_score > 2 and popular_answer_score > 2
|
|
|
22 |
|
23 |
## Description
|
24 |
|
25 |
+
This repository contains a model trained (QLoRA-SFT) with the following data:
|
26 |
- Base model: [Deepseek Coder 7B Instruct v1.5](https://huggingface.co/deepseek-ai/deepseek-coder-7b-instruct-v1.5)
|
27 |
- Training data: [日本語版 Stack Overflow](https://huggingface.co/datasets/p1atdev/ja-stackoverflow)
|
28 |
- accepted_answer_score > 2 and popular_answer_score > 2
|