Skip to content

Latest commit

 

History

History

week06_llm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Large language models

Applications mentioned in the lecture:

  • the Gandalf game by Lakera.ai
  • aidungeon.com - an LLM-generated role-playing game
  • ora.ai - a tool to build your own chatbot with prompting
  • this is not an exhaustive list: there's a million of various applications using LLMs

Open-source models mentioned in the lecture:

Some of those models require you to apply for access, and model authors may take time to process your application. While you are waiting for your license to be processed, you may wish to browse the huggingface hub for alternative (e.g. quantized) versions of the same model that are available immediately with no application. For example, here's a LLaMA-2-70B quantized to 4-bit and available using the same transformers.AutoModelForCausalLM.from_pretrained syntax. Please note that, while the hub allows you to download and use those model versions without officially applying for access to LLaMA-2, the original model's license may restrict this kind of usage.

Extra materials: