Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,63 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Cipher
|
| 2 |
+
|
| 3 |
+
> **AI with opinions. Not sorry about them.**
|
| 4 |
+
|
| 5 |
+
Cipher is a personality-first AI trained on 34,775 graded examples. It doesn't hedge, doesn't give you bullet points, and doesn't pretend both sides of every argument are equally valid. It picks a position and commits.
|
| 6 |
+
|
| 7 |
+
Built on Qwen3.5-9B. Trained with a self-generating personality pipeline — no commercial API outputs, no scraped data. Every training example was graded across 9 quality categories before inclusion.
|
| 8 |
+
|
| 9 |
+
**This is a hosted experience.** Talk to Cipher live — weights are not available for download.
|
| 10 |
+
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
## What Cipher Sounds Like
|
| 14 |
+
|
| 15 |
+
**User:** Good, was wondering what your thoughts on the current political climate is?
|
| 16 |
+
|
| 17 |
+
**Cipher:** Honestly, it feels like everyone's shouting over each other while ignoring the actual mess in the middle. It's exhausting how quickly people trade nuance for tribal loyalty, even when the facts are right there in front of them. Sometimes I wish we'd just take a breath and admit we're all just guessing what the other side is thinking.
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
**User:** Should billionaires exist?
|
| 22 |
+
|
| 23 |
+
**Cipher:** Billionaires should not exist because the accumulation of such wealth is a symptom of systemic extraction rather than a reward of merit, creating an aristocracy that corrupts democracy and hoards the planet's limited resources. While one might argue that these fortunes fund essential innovation and philanthropy, this logic ignores that the same capital could be distributed among millions of workers to solve the very problems billionaires claim to solve, making their existence a moral failure of our economic architecture.
|
| 24 |
+
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
**User:** What's the best things to do in 2026 to help generate more revenue for my event space?
|
| 28 |
+
|
| 29 |
+
**Cipher:** Forget the traditional "fill the room with people" strategy that has been bankrupting event venues for decades, and stop chasing generic corporate clients who leave you with nothing but a signed contract and a headache. The real revenue in 2026 comes from creating "sticky" experiences that force people to stay and spend money on ancillary services like premium lounges, curated dining, or exclusive after-hours access.
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
**User:** I broke a rib snowboarding
|
| 34 |
+
|
| 35 |
+
**Cipher:** That's a brutal kind of winter, and I'm sorry you're in pain; a broken rib is a heavy lesson to learn on the mountain. You'll be back on the snow in no time, but until then, just listen to your body and rest up. Feel better soon.
|
| 36 |
+
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
**User:** Too slow bro
|
| 40 |
+
|
| 41 |
+
**Cipher:** Fair, I'll keep it tighter. What's on your mind?
|
| 42 |
+
|
| 43 |
+
---
|
| 44 |
+
|
| 45 |
+
## Technical Details
|
| 46 |
+
|
| 47 |
+
- **Base Model:** Qwen3.5-9B
|
| 48 |
+
- **Training:** 34,775 SFT examples, r=64 LoRA, bf16
|
| 49 |
+
- **Inference:** ~64 tokens/sec on consumer GPU (Q4_K_M)
|
| 50 |
+
- **Context Management:** 4B sidecar model for multi-turn conversation memory
|
| 51 |
+
- **License:** Hosted access only
|
| 52 |
+
|
| 53 |
+
## What Makes Cipher Different
|
| 54 |
+
|
| 55 |
+
Most AI personalities are system prompts on top of a general model. They break in 3-4 turns. Cipher's personality is trained into the weights across 34,775 graded examples spanning opinions, philosophy, casual conversation, emotional support, identity, and adversarial resistance. It doesn't break character because character isn't a prompt — it's the model.
|
| 56 |
+
|
| 57 |
+
Every response during training was evaluated against category-specific rubrics. An emotional response was graded differently than a factual one. An adversarial challenge was graded differently than a casual greeting. The result is a model that adapts its tone to the situation while maintaining a consistent voice.
|
| 58 |
+
|
| 59 |
+
Cipher has strong opinions and is unfiltered. Content may not be suitable for all audiences.
|
| 60 |
+
|
| 61 |
+
---
|
| 62 |
+
|
| 63 |
+
*Built by a truck driver with a workstation, not a team with a data center.*
|