Skip to content

Commit

Permalink
Adding context to the demo notebooks (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
chauhang authored Oct 20, 2023
2 parents 1aecd00 + 636265d commit a7504a2
Show file tree
Hide file tree
Showing 8 changed files with 685 additions and 684 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Llama 2 Fine-tuning / Inference Recipes and Examples
# Llama 2 Fine-tuning / Inference Recipes, Examples and Demo Apps

**[Update Oct. 20, 2023] We have just released a series of Llama 2 demo apps [here](./demo_apps). These apps show how to run Llama 2 locally and in the cloud to chat about data (PDF, DB, or live) and generate video summary.**


The 'llama-recipes' repository is a companion to the [Llama 2 model](https://github.com/facebookresearch/llama). The goal of this repository is to provide examples to quickly get started with fine-tuning for domain adaptation and how to run inference for the fine-tuned models. For ease of use, the examples use Hugging Face converted versions of the models. See steps for conversion of the model [here](#model-conversion-to-hugging-face).

Expand Down Expand Up @@ -181,14 +184,14 @@ You can read more about our fine-tuning strategies [here](./docs/LLM_finetuning.
# Demo Apps
This folder contains a series of Llama2-powered apps:
* Quickstart Llama deployments and basic interactions with Llama
1. Llama on your Mac and ask Llama general questions
2. Llama on Google Colab
3. Llama on Cloud and ask Llama questions about unstructured data in a PDF
1. Llama on your Mac and ask Llama general questions
2. Llama on Google Colab
3. Llama on Cloud and ask Llama questions about unstructured data in a PDF

* Specialized Llama use cases:
1. Ask Llama to summarize a video content
2. Ask Llama questions about structured data in a DB
3. Ask Llama questions about live data on the web
1. Ask Llama to summarize a video content
2. Ask Llama questions about structured data in a DB
3. Ask Llama questions about live data on the web

# Repository Organization
This repository is organized in the following way:
Expand Down
Loading

0 comments on commit a7504a2

Please sign in to comment.