The Sam V series began with the purpose to teach a AI an identity, persona and have reasoning. THE EXPERIEMNT is Finished as of 12 May 2025.

Sam-reason-v2 πŸ”₯🧠

A fine-tuned evolution of Sam-reason-v1, this model continues the legacy of sarcastic villain-style reasoning with sharper logic and better conversation flow.

πŸ€– Built by Smilyai-labs, Sam-reason-v2 is trained for complex reasoning, character-based roleplay, and aggressive personality responses with flair.


🧠 Capabilities

  • Enhanced multi-step reasoning (CoT)
  • Roleplay-friendly villain AI personality
  • Efficient inference on CPU
  • Compact model (<490MB) for edge deployment

πŸ”ͺ How to Use

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Smilyai-labs/Sam-reason-v2")
model = AutoModelForCausalLM.from_pretrained("Smilyai-labs/Sam-reason-v2")

prompt = "Why do humans fear the dark? Let's think step by step."
inputs = tokenizer(prompt, return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=100)

print(tokenizer.decode(outputs[0], skip_special_tokens=True))

πŸ› οΈ Training Details

  • Base model: Smilyai-labs/Sam-reason-v1
  • Framework: 🧯 Transformers
  • Model architecture: TinyLlama-1.1B
  • Dataset: smilyai/sam-reason-dataset-v2
  • Training platform: Google Colab Free Tier
  • Training method: Full fine-tuning (FP16)

βœ… Use Cases

Works Well For Avoid Using For
Chatbots & character AIs Medical, legal, or critical systems
Logic/step-by-step prompts Factual QA without context
Sarcastic AI RP in games or simulations Safety-critical deployments

πŸš€ Deployment

You can deploy it with Hugging Face Inference Endpoints or locally:

text-generation inference --model-id Smilyai-labs/Sam-reason-v2

🀝 License

MIT β€” free for research and commercial use.


πŸ”— Related


Crafted by Smilyai-labs πŸ§ͺ β€” Small Models. Big Reasoning. Villain Energy.

Downloads last month
6
Safetensors
Model size
1.1B params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Smilyai-labs/Sam-reason-v2

Quantizations
1 model