初始化项目,由ModelHub XC社区提供模型

Model: QuixiAI/WizardLM-1.0-Uncensored-CodeLlama-34b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-20 08:52:18 +08:00
commit 8c7e84e8b7
16 changed files with 94055 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
---
license: llama2
datasets:
- ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
language:
- en
---
This model is trained on top of CodeLlama-34b, which gives it some very good coding abilities.
This is a retraining of https://huggingface.co/WizardLM/WizardLM-13B-V1.0 with a filtered dataset, intended to reduce refusals, avoidance, and bias.
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-13B-V1.0.
Shout out to the open source AI/ML community, and everyone who helped me out.
Note: An uncensored model has no guardrails. You are responsible for anything you do with the model, just as you are responsible for anything you do with any dangerous object such as a knife, gun, lighter, or car. Publishing anything this model generates is the same as publishing it yourself. You are responsible for the content you publish, and you cannot blame the model any more than you can blame the knife, gun, lighter, or car for what you do with it.
Like WizardLM/WizardLM-13B-V1.0, this model is trained with Vicuna-1.1 style prompts.
```
You are a helpful AI assistant.
USER: <prompt>
ASSISTANT:
```