Skip to content

Training Script #79

Description

@JadTawil77

How would you recommend Training a nano LLm model, say the Efficient-Large-Model/VILA1.5-3b for example.

Im thinking something like:

model = NanoLLM.from_pretrained(
model="Efficient-Large-Model/VILA1.5-3b", # Replace with your model
api="hf",
use_cache=False
)

model.train()
model.save()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions