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="Smilyai-labs/CodVa-1-Small", trust_remote_code=True)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("Smilyai-labs/CodVa-1-Small", trust_remote_code=True, device_map="auto")
Quick Links

CodVa-1-Small is a LLM pre-trained by smilyai-labs on a corpus of 10B tokens in total, consisting of 5B in code, 2.5B in math and 1B in general knowledge and 0.9B in reasoning.

Downloads last month
337
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Smilyai-labs/CodVa-1-Small

Finetunes
1 model