SudhanvaD commited on
Commit
5fcf3ac
verified
1 Parent(s): 76c6510

Create README.md

Browse files

This model uses the DeepSeek Qwen pre-trained model, and fine-tunes it using Supervised Fine-tuning with LoRA optimization, with optimal training parameters.

Files changed (1) hide show
  1. README.md +15 -0
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
+ ---