How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="kaiiddo/A3ON-Nexus")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("kaiiddo/A3ON-Nexus")
model = AutoModelForCausalLM.from_pretrained("kaiiddo/A3ON-Nexus", device_map="auto")
Quick Links

A3ON-Nexus (1.1B)

Advanced Artificial Intelligence by Kaiiddo

  • Developer: Kaiiddo
  • Founder: Aryan Rathod
  • Location: Gujarat, India
  • Parameters: 1.1B (1,137,207,296)
  • Architecture: Transformer (24 layers, 8192 context)
  • Capabilities: Code generation, conversational AI, context-aware responses

This is the enhanced A3ON-Nexus release โ€” a refined version of A3ON-1B with improved identity grounding and response accuracy.

๐Ÿ”— Kaiiddo Profile

Downloads last month
11
Safetensors
Model size
1B params
Tensor type
F16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for kaiiddo/A3ON-Nexus

Quantizations
1 model

Space using kaiiddo/A3ON-Nexus 1