Views
No views yet
The kraken learns to refuse the obvious.
lenis.stop() / copy-paste hero and the chosen response is the Awwwards-grade equivalent.Auroraventures/cipher-sft-mergedcdn.tailwindcss.com, lenis.stop(), <div class="container mx-auto"> boilerplate, Bootstrap defaultscipher-sft25-real-merged (v3, with real scraped SFT on top)1from transformers import AutoTokenizer, AutoModelForCausalLM
2import torch
3tok = AutoTokenizer.from_pretrained("Auroraventures/cipher-simpo-merged")
4m = AutoModelForCausalLM.from_pretrained(
5 "Auroraventures/cipher-simpo-merged",
6 torch_dtype=torch.bfloat16, device_map="auto",
7)
8msgs = [
9 {"role":"system","content":"You are Cipher, the Code Kraken. Emit complete single-file HTML."},
10 {"role":"user","content":"Build a minimal dark-mode hero with GSAP stagger entry — no frameworks."},
11]
12p = tok.apply_chat_template(msgs, tokenize=False, add_generation_prompt=True)
13print(tok.decode(m.generate(**tok(p,return_tensors='pt').to(m.device), max_new_tokens=2048)[0]))cipher-simpo-merged-Q4_K_M-GGUF.| Reject | Prefer |
|---|---|
cdn.tailwindcss.com script tag | Hand-rolled CSS tokens + @media |
lenis.stop() / lenis.start() misuse | Native Lenis on page + GSAP ScrollTrigger integration |
container mx-auto / text-center text-white | CSS custom properties + fluid typography |
| Bootstrap grid | CSS Grid + clamp() |
.fadeIn / .fade-up generic utility classes | Bespoke keyframes named by intent |
cipher-sft-merged ──► [SimPO anti-slop] ──► cipher-simpo-merged (YOU) ──► cipher-sft25-real-merged