athirdpath commited on
Commit
549cf03
1 Parent(s): 274b806

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ license: other
4
+ license_name: microsoft-research-license
5
+ ---
6
+ q8_0, q6_k, q5_k_m, q4_k_m, and q3_k_m GGUF quants of athirdpath/Orca-2-13b-Alpaca-Uncensored.
7
+
8
+ This model is a fine-tuned version of microsoft/Orca-2-13b on a subset of the Vezora/Mini_Orca_Uncencored_Alpaca dataset, adjusted to demonstrate the relationship between instruction and input, with some particularly spicy prompts added to reduce the risk of rejections.
9
+
10
+ Only the q_proj and k_proj modules were targeted and a low rank (8) was used, in hopes of containing the adjustments to the prompt format and alignment. This is promising on paper, with the training's per-step loss averaging <0.9 for the last third of the run.
11
+
12
+ I'll test it tomorrow.