Jeff Tang 6892ea1ac9 update readme and delete stale content пре 1 година
..
benchmarks dac9594757 changed readme.md and parameters.json to support llama3 vllm benchmark пре 1 година
code_llama 6d449a859b New folder structure (#1) пре 1 година
evaluation a2a2ffd78a fix lm_eval.tasks' has no attribute 'initialize_tasks' error пре 1 година
finetuning d87277277f Fix LLaMA ->Llama пре 1 година
inference 6892ea1ac9 update readme and delete stale content пре 1 година
llama_api_providers 54f0949828 updated the RAG example пре 1 година
multilingual e98f6de80d typo пре 1 година
quickstart 23afbd481e some typo fixes; codellama 70; tokens generated; colab link пре 1 година
responsible_ai c1be7d802a Updating responsible AI main readme пре 1 година
use_cases 19d4a7e089 cr пре 1 година
README.md 6892ea1ac9 update readme and delete stale content пре 1 година

README.md

This folder contains examples organized by topic:

Subfolder Description
quickstart The "Hello World" of using Llama 3, start here if you are new to using Llama 3
multilingual Scripts to add a new language to Llama
finetuning Scripts to finetune Llama 3 on single-GPU and multi-GPU setups
inference Scripts to deploy Llama 3 for inference locally and using model servers
use_cases Scripts showing common applications of Llama 3
responsible_ai Scripts to use PurpleLlama for safeguarding model outputs
llama_api_providers Scripts to run inference on Llama via hosted endpoints
benchmarks Scripts to benchmark Llama 3 models inference on various backends
code_llama Scripts to run inference with the Code Llama models
evaluation Scripts to evaluate fine-tuned Llama 3 models using lm-evaluation-harness from EleutherAI