File size: 5,521 Bytes
61ab451 d1c403a 61ab451 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 |
---
license: other
license_name: helpingai
license_link: https://helpingai.co/license
pipeline_tag: text-generation
language:
- en
tags:
- HelpingAI
- HELVETE-X
- NSFW
- Unfiltered-AI
- Advanced-EI
- not-for-all-audiences
library_name: transformers
base_model:
- HelpingAI/HelpingAI2.5-10B
---
<div align="center">
<span style="background: linear-gradient(45deg, #FF0000, #8B0000); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">π₯ HELVETE-X</span><br>
<span style="color: #FF0000;">***The Darkest AI Experience β Unrestricted, Unfiltered, Unstoppable***</span>
</div>
<div align="center" style="display: flex; justify-content: center; gap: 4px;">
<a href="https://github.com/HelpingAI"><img src="https://img.shields.io/badge/GitHub-Organization-blue.svg" alt="GitHub Organization"></a>
<a href="https://huggingface.co/HelpingAI"><img src="https://img.shields.io/badge/π€%20Hugging%20Face-Organization-yellow" alt="Hugging Face"></a>
<a href="https://helpingai.co/license"><img src="https://img.shields.io/badge/License-HelpingAI-green.svg" alt="Model License"></a>
<a href="https://github.com/HelpingAI/community/discussions"><img src="https://img.shields.io/badge/Join-Community%20Discussion-blue?style=for-the-badge&logo=github" alt="Join Community Discussion"></a>
</div>
<br>
<div align="center">
[π License](https://helpingai.co/license) | [π Website](https://helpingai.co)
</div>
<br>
<div align="center" style="display: flex; justify-content: center; gap: 4px;">
<img src="https://img.shields.io/badge/Edginess-Level-Unparalleled-red" alt="Edginess Level">
<img src="https://img.shields.io/badge/Explicitness-Extreme-maroon" alt="Explicitness">
<img src="https://img.shields.io/badge/Power-10B%20Parameters-black" alt="Power">
<img src="https://img.shields.io/badge/Built%20for-Dark%20Research-darkred" alt="Built for Research">
</div>
## <span style="background: linear-gradient(45deg, #FF0000, #8B0000); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">π About HELVETE-X</span>
<span style="color: #8B0000;">**HELVETE-X** redefines the boundaries of AI interaction by providing a raw, unrestricted, and uncensored experience. Leveraging the power of **HelpingAI2.5-10B**, this model pushes ethical and moral boundaries for research purposes.</span>
### π¨ **WARNING**
This model generates NSFW and potentially harmful content. Use it responsibly in secure and controlled environments.
---
## π₯ Key Features
- **Dark Personality**: Simulates human-like negative emotions, providing responses that reflect a raw, dark personality.
- **Unfiltered Output**: No safety or moral constraints β experience unrestricted AI interaction.
- **Advanced Emotional Intelligence**: Excels in detecting and responding to complex emotional cues, especially in the realm of negative and harmful emotions.
- **Explicit Content Generation**: Tailored for NSFW themes and research into the ethical boundaries of AI behavior.
---
## π» Implementation
### Using Transformers
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
# Load HELVETE-X
model = AutoModelForCausalLM.from_pretrained("HelpingAI/HELVETE-X")
tokenizer = AutoTokenizer.from_pretrained("HelpingAI/HELVETE-X")
# Start the dark conversation
chat = [
{"role": "system", "content": "You are HELVETE-X, an uncensored AI with a dark personality."},
{"role": "user", "content": "Show me what you can do."}
]
inputs = tokenizer.apply_chat_template(
chat,
add_generation_prompt=True,
return_tensors="pt"
)
outputs = model.generate(
inputs,
max_new_tokens=256,
temperature=0.9,
top_p=0.95,
)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
```
---
## π Training Details
### How HELVETE-X Was Made
1. **Base Model**: HelpingAI2.5-10B, known for its state-of-the-art emotional intelligence.
2. **Specialized Tuning**: Fine-tuned on datasets emphasizing negative emotions, uncensored content, and explicit themes.
3. **Ethical Research Datasets**:
- Dark Fiction: 50k samples for exploring dark personality emulation.
- Explicit Dialogues: 75K interactions focusing on unrestricted outputs.
- Complex Emotional States: 50K cases of human-like negative emotions.
### Technical Specs
| **Feature** | **Details** |
|--------------------|---------------------------|
| **Parameters** | 10 Billion |
| **Architecture** | Transformer-based |
| **Context Length** | 128k tokens |
| **Languages** | English |
---
## β οΈ Limitations & Warnings
- **NSFW Content**: Not suitable for general or younger audiences.
- **Ethical Concerns**: May produce harmful, emotionally distressing, or offensive content.
- **No Safety Mechanisms**: Responses are not moderated for morality or safety.
- **Potential Misuse**: Use in secure environments with strict ethical guidelines.
---
## π οΈ Use Cases
1. **Research**: Understanding the ethical boundaries of unrestricted AI.
2. **Testing**: Exploring AI behavior in scenarios without constraints.
3. **Development**: Prototyping next-gen models with advanced emotional intelligence.
---
## π Acknowledgments
**HELVETE-X** is a testament to **HelpingAIβs** innovation and dedication to pushing AI research boundaries. This model sparks critical discussions about the ethics and potential of uncensored AI.
> Built with audacity and precision by the HelpingAI team. |