Text Generation
Transformers
PyTorch
llama
text-generation-inference
Inference Endpoints
ehartford commited on
Commit
79ed677
1 Parent(s): c6a36b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: other
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ datasets:
4
+ - ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
5
  ---
6
+
7
+ This is a retraining of https://huggingface.co/WizardLM/WizardLM-7B-V1.0 with a filtered dataset, intended to reduce refusals, avoidance, and bias.
8
+
9
+ Note that LLaMA itself has inherent ethical beliefs, so there's no such thing as a "truly uncensored" model. But this model will be more compliant than WizardLM/WizardLM-7B-V1.0.
10
+
11
+ Unlike WizardLM/WizardLM-7B-V1.0, but like WizardLM/WizardLM-13B-V1.0 and WizardLM/WizardLM-33B-V1.0, this model is trained with Vicuna-1.1 style prompts.
12
+
13
+ ```
14
+ You are a helpful AI assistant.
15
+
16
+ USER: <prompt>
17
+ ASSISTANT:
18
+ ```