aju22/LLaMA2
This repository contains an implementation of the LLaMA 2 (Large Language Model Meta AI) model, a Generative Pretrained Transformer (GPT) variant. The implementation focuses on the model architecture and the inference process. The code is restructured and heavily commented to facilitate easy understanding of the key parts of the architecture.
This is an open-source implementation of the LLaMA 2 language model, which helps with tasks like generating text, summarizing documents, or engaging in chat conversations. It takes natural language text as input and produces human-like text outputs. Anyone who wants to understand and experiment with a powerful generative AI model for text-based applications would find this useful.
No commits in the last 6 months.
Use this if you are a machine learning researcher or engineer looking to understand, modify, and experiment with the internal workings of a LLaMA 2-like large language model.
Not ideal if you are looking for a pre-trained, ready-to-use LLaMA 2 model for immediate application without diving into the underlying code.
Stars
74
Forks
8
Language
Python
License
—
Category
Last pushed
Oct 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/aju22/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.