Molkaatb commited on
Commit
dfa558a
·
verified ·
1 Parent(s): 52d2bca

Update README.md

Browse files

DeepSeek Fine-Tuned Model

This is a fine-tuned version of the **DeepSeek** model, optimized for instruction-following tasks and structured query responses. It was fine-tuned on the `vicgalle/alpaca-gpt4` dataset and is available for easy integration via Hugging Face.
*Fine-Tuning Details*
This model was fine-tuned using the Alpaca GPT-4 dataset. The dataset provides instruction-based data, allowing the model to better follow and generate structured responses for tasks like answering queries, giving advice, and completing requests.

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
2
  license: apache-2.0
3
  pipeline_tag: text-generation
 
 
 
4
  ---
 
1
  ---
2
+
3
  license: apache-2.0
4
  pipeline_tag: text-generation
5
+ datasets:
6
+ - vicgalle/alpaca-gpt4
7
+
8
  ---