/llm-internship

Material, resources, overview of LLMs

Primary LanguageJupyter Notebook

Material, resources, overview of LLMs

General

Tools

LangChain

DLAI courses

The notebooks include several examples on how to use LangChain and are located in DeepLearning.AI Notebooks. Follow the instructions in the README.md in there to set up your environment and use either your OpenAI API key or LocalAI to run the notebooks.

Example Implementations / Guides

Python

Without LangChain:

Javascript

Llama 2

German

  • Other Languages Support
    • TLDR: Llama2 usage in other than English out-of-scope
    • solutions:
      • append "Answer in German" to initial prompt (in English)
      • prompt in German
      • use fine-tuned model for German (beware of licensing and quality)

Fine-tuned Models

Embeddings

Vector Database

Hosted

  • Pinecone (free tier available for one index/project)

Local

Deployment

Finetuning

Other Material

Prompt Injection

Educational