longday1102/VietAI-experiment-LLaMA2
⚡ LLaMA-2 model experiment
This project helps AI developers fine-tune the LLaMA-2 model for specific instructions, particularly in Vietnamese. It takes a base LLaMA-2 model and a dataset of instructions, then produces a refined model that can generate more accurate or domain-specific responses. This is ideal for machine learning engineers or researchers specializing in natural language processing.
No commits in the last 6 months.
Use this if you are an AI developer looking to efficiently fine-tune the LLaMA-2 model for Vietnamese language tasks, even with limited GPU memory.
Not ideal if you are an end-user without programming knowledge, or if you need a pre-trained model ready for immediate deployment without custom fine-tuning.
Stars
12
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/longday1102/VietAI-experiment-LLaMA2"
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.