llm-basics / README.md
rahgadda's picture
Initial Draft
b35b449

A newer version of the Streamlit SDK is available: 1.42.2

Upgrade
metadata
title: Llm Basics
emoji: πŸ†
colorFrom: yellow
colorTo: blue
sdk: streamlit
sdk_version: 1.25.0
app_file: app.py
pinned: false
license: apache-2.0

LLM Basics

Overview

  • LLM are an extension in the space of NLP.
  • They perform lots of tasks, this example provides below
    • Sentiment Analysis
    • Zero-shot Classification
    • Text Generation
    • Mask Filling
    • Named Entity Recognition
    • Question & Answering
    • Summarization
    • Translation

Reference