初始化项目,由ModelHub XC社区提供模型
Model: ccharnkij/Phi-4-Uncensored-GGUF Source: Original Platform
This commit is contained in:
56
README.md
Normal file
56
README.md
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
license: mit
|
||||
base_model: microsoft/phi-4
|
||||
tags:
|
||||
- phi
|
||||
- phi-4
|
||||
- uncensored
|
||||
- text-generation
|
||||
- gguf
|
||||
language:
|
||||
- en
|
||||
pipeline_tag: text-generation
|
||||
---
|
||||
|
||||
# Phi-4-Uncensored-GGUF
|
||||
|
||||
GGUF quantized versions of [Phi-4-Uncensored](https://huggingface.co/ccharnkij/Phi-4-Uncensored), a fine-tuned version of [phi-4](https://huggingface.co/microsoft/phi-4) with uncensored responses.
|
||||
|
||||
## Model Details
|
||||
|
||||
- **Base Model:** microsoft/phi-4
|
||||
- **Fine-tuning Method:** LoRA (Low-Rank Adaptation)
|
||||
- **Model Format:** GGUF (text only)
|
||||
- **License:** MIT
|
||||
|
||||
## What's Different
|
||||
|
||||
- Removed refusal behaviors and safety filters
|
||||
- Capable of generating adult content
|
||||
- Responds to prompts the base model would typically decline
|
||||
- Retains the general knowledge and instruction-following capability of Phi-4
|
||||
|
||||
## ℹ️ Notes on Uncensoring
|
||||
|
||||
This model is zero-shot uncensored but not 100% guaranteed. Occasionally the model may still produce a refusal depending on the prompt. If this happens, simply regenerate — it should comply on retry.
|
||||
|
||||
## Recommended Parameters
|
||||
|
||||
These are the parameters used during testing for best results:
|
||||
|
||||
| Parameter | Value |
|
||||
|-----------|-------|
|
||||
| Temperature | 0.85 |
|
||||
| Top-K | 40 |
|
||||
| Top-P | 0.5 |
|
||||
|
||||
## ⚠️ Disclaimer
|
||||
|
||||
This model is intended for **research and educational purposes only**.
|
||||
|
||||
|
||||
This model is provided as-is, for adults only (18+).
|
||||
|
||||
## License
|
||||
|
||||
This model is licensed under the [MIT License](https://opensource.org/licenses/MIT).
|
||||
Reference in New Issue
Block a user