Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

LLaMA (Large Language Model Meta AI)

LLaMA is a state-of-the-art foundational large language model designed to help researchers advance their work in the subfield of AI. It is available in multiple sizes (7B, 13B, 33B, and 65B parameters) and aims to democratize access to large language models by requiring less computing power and resources for training and deployment. LLaMA is developed by the FAIR team of Meta AI and has been trained on a large set of unlabeled data, making it ideal for fine-tuning for a variety of tasks.

General
Release date2023
AuthorMeta AI FAIR Team
Model sizes7B, 13B, 33B, 65B parameters
Model ArchitectureTransformer
Training data sourceCCNet, C4, GitHub, Wikipedia, Books, ArXiv, Stack Exchange
Supported languages20 languages with Latin and Cyrillic alphabets

Start building with LLaMA

LLaMA provides an opportunity for researchers and developers to study large language models and explore their applications in various domains. To get started with LLaMA, you can access its code through the GitHub repository.

Important links about LLaMA in one place:


Meta LLaMA AI technology Hackathon projects

Discover innovative solutions crafted with Meta LLaMA AI technology, developed by our community members during our engaging hackathons.

SOAP Copilot: AI Clinical Scribe on AMD

SOAP Copilot: AI Clinical Scribe on AMD

Physicians spend roughly two hours a day on clinical documentation, time pulled directly away from patient care, and a well-documented driver of burnout that costs the US healthcare system an estimated $8.3B a year in lost productivity. SOAP Copilot is a multi-agent AI system that turns a raw doctor-patient conversation into complete, structured clinical documentation in under 30 seconds. Three specialized agents, all built on Llama 3.3 70B Instruct, handle the pipeline in sequence: a SOAP Generator produces a structured Subjective/Objective/Assessment/Plan note, an ICD Coder extracts diagnosis codes with confidence scores, and a Summary Writer rewrites the note as a plain-language patient summary. The entire stack runs on open-source models, so no PHI ever needs to leave the user's own infrastructure. The project was originally prototyped and LoRA fine-tuned on a single AMD MI300X (192GB HBM3) via AMD Developer Cloud, running vLLM on ROCm 7.2. That memory headroom is what makes serving a 70B-parameter model in BF16 precision practical on one chip, something no consumer GPU and few cloud GPUs can do. For this submission, production inference is served through Fireworks AI, which itself runs on AMD Instinct hardware, so the project demonstrates the AMD AI stack end to end: self-managed fine-tuning through to hosted inference. Roadmap items include a distilled specialist model for lower-cost deployment, retrieval-augmented generation over clinical guidelines using the Qdrant vector database already wired into the architecture, and an on-premise, HIPAA-compliant deployment path for health systems that cannot send patient data to any external API.