Riccorl/llama-trainer
Llama Trainer Utility
This tool helps machine learning engineers and researchers customize large language models like Llama for specific tasks. You provide a Llama model and a dataset of examples relevant to your desired application. The tool then fine-tunes the model, producing a specialized version that can generate more accurate and context-specific text based on your prompts.
No commits in the last 6 months. Available on PyPI.
Use this if you need to adapt an existing Llama-based language model to perform better on a niche domain or specific type of conversational interaction using your own data.
Not ideal if you're not comfortable working with Python code and datasets, or if you need a fully managed, no-code solution for model training.
Stars
9
Forks
1
Language
Python
License
—
Category
Last pushed
Sep 28, 2023
Commits (30d)
0
Dependencies
8
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/Riccorl/llama-trainer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hkproj/pytorch-llama
LLaMA 2 implemented from scratch in PyTorch
4AI/LS-LLaMA
A Simple but Powerful SOTA NER Model | Official Code For Label Supervised LLaMA Finetuning
luchangli03/export_llama_to_onnx
export llama to onnx
ayaka14732/llama-2-jax
JAX implementation of the Llama 2 model
harleyszhang/lite_llama
A light llama-like llm inference framework based on the triton kernel.