Comment on page

Large Language Models (LLMs)

Articles

Papers

  1. 2.
    LLM are few shot learners - scaling LLMs with data is enough to make them few shot.

Models

  1. 1.
    Databricks dolly
  2. 2.
    LLaMA
  3. 3.
    Bard
  4. 4.
    1. 1.
      Vicuna
    2. 2.
      LLaMA

Datasets

Tools

  1. 1.
  2. 2.
    LangChain - An amazing tutorial in Youtube by Patrick Loeber about
    • LLMs
    • Prompt Templates
    • Chains
    • Agents and Tools
    • Memory
    • Document Loaders
    • Indexes
  3. 4.
    LangFlow, Medium, HuggingFace - is a UI for LangChain, designed with react-flow to provide an effortless way to experiment and prototype flows.
  4. 5.
    PandasAI - PandasAI, asking data Qs using LLMs on Panda's DFs with two code lines. 𝚙𝚊𝚗𝚍𝚊𝚜_𝚊𝚒 = 𝙿𝚊𝚗𝚍𝚊𝚜𝙰𝙸(𝚕𝚕𝚖) & 𝚙𝚊𝚗𝚍𝚊𝚜_𝚊𝚒.𝚛𝚞𝚗(𝚍𝚏, 𝚙𝚛𝚘𝚖𝚙𝚝='𝚆𝚑𝚒𝚌𝚑 𝚊𝚛𝚎 𝚝𝚑𝚎 𝟻 𝚑𝚊𝚙𝚙𝚒𝚎𝚜𝚝 𝚌𝚘𝚞𝚗𝚝𝚛𝚒𝚎𝚜?')
  5. 6.
    LLaMa Index - LlamaIndex (GPT Index) is a project that provides a central interface to connect your LLM's with external data.

Metrics

  1. 1.
    Understanding ROUGE - a family of metrics that evaluate the performance of a LLM in text summarization, i.e., ROUGE-1, ROUGE-2, ROUGE-L, for unigrams, bi grams, LCS, respectively.

Use Cases