Spaces:
Sleeping
Sleeping
File size: 559 Bytes
1ea3ea5 b35b449 1ea3ea5 b35b449 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
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
- [Huggingface Pipelines](https://huggingface.co/learn/nlp-course/chapter1/3?fw=pt) |