Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.07 KB

LLM Apps Workshop

This repository provides the source code for Large Language Model (LLM) based applications that are used for blog posts, workshop and demos.

Amazon Sagemaker Jumpstart makes it simple to host LLMs as Sagemaker Endpoints enabling uses-cases for inference (text to text generation) and generating embeddings.

The LLM applications in this repo include inference, generating embeddings, question answer (zero-shot and few-shot learning, prompt engineering), retrieval augmented generation and domain adapted fine-tuning (coming soon..).

Repository structure

The code in this repo is organized into the following sub-folders, each having its own README.md file.

├── README.md
├── blogs/
├── workshop/

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.