Image-Text-to-Text
PEFT
Safetensors
qwen3_5
naestro-agi3
naestro
starga
arc-agi-3
arc-prize-2026
goal-inference
planning
agentic-reasoning
qlora
conversational
4-bit precision
bitsandbytes
Instructions to use star-ga/naestro-agi3-27b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use star-ga/naestro-agi3-27b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.6-27B") model = PeftModel.from_pretrained(base_model, "star-ga/naestro-agi3-27b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!