Skip to content

My-Machine-Learning-Projects-CT/llm-apps-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Use LLMs for building real-world apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.0%
  • Python 2.7%
  • Shell 0.3%