tomhu commited on
Commit
b651f1d
·
verified ·
1 Parent(s): b06d438

Add model card

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: deepseek-ai/deepseek-coder-1.3b-instruct
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - reinforcement-learning
7
+ - code
8
+ - test-generation
9
+ ---
10
+
11
+ # DeepSeek-Coder-1.3B Coder-6.7B Offline SFT
12
+
13
+ Offline distillation SFT using unfiltered DeepSeek-Coder-6.7B-Instruct teacher generations.
14
+
15
+ This model is part of the RL4TG experimental model collection.