Shilpaj commited on
Commit
30053e1
·
verified ·
1 Parent(s): 0238edd

Docs: Updated README

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -11,4 +11,8 @@ license: mit
11
  short_description: Supervised Fine Tuned Phi model with QLoRA
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
11
  short_description: Supervised Fine Tuned Phi model with QLoRA
12
  ---
13
 
14
+ In this project, open source Phi 2 model (base model) is trained on OpenAssistant dataset using QLoRA.
15
+ This has given the base model, ability to chat instead of randomly generating next token.
16
+
17
+ Project Repository: https://github.com/Shilpaj1994/SFT-with-QLoRA
18
+