jondurbin commited on
Commit
c6851de
1 Parent(s): ccc5bdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: other
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  ---
4
+
5
+ # Overview
6
+
7
+ This is a fine-tuned 7b parameter LlaMa model, fine tuned on nearly 100k synthetic instructions generated by my tool [airobors](https://github.com/jondurbin/airoboros)
8
+
9
+ I used a jailbreak prompt to generate the synthetic instructions this time, which resulted in some questionable training data, such as synthesizing drugs, making homemade flamethrowers, etc. Mind you, this is all generated by ChatGPT, not me, so I won't speak for any outputs the model produces.
10
+
11
+ ### Training data
12
+
13
+ I'm still combing through the data a bit to make sure there's nothing blatantly illegal, but I'll publish it soon.
14
+
15
+ The jailbreak prompt I used is the default prompt in the python code when using the `--uncensored` flag:
16
+ (https://github.com/jondurbin/airoboros/blob/main/airoboros/self_instruct.py#L39)
17
+
18
+ ### License
19
+ The model is licensed under the LLaMA model, and the dataset is licensed under the terms of OpenAI because it uses ChatGPT. Everything else is free.