Create README.md
Browse filesThis model uses the DeepSeek Qwen pre-trained model, and fine-tunes it using Supervised Fine-tuning with LoRA optimization, with optimal training parameters.
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- koutch/stackoverflow_python
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
base_model:
|
10 |
+
- deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
|
11 |
+
pipeline_tag: question-answering
|
12 |
+
library_name: adapter-transformers
|
13 |
+
tags:
|
14 |
+
- finance
|
15 |
+
---
|