Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raj-pulapakura/huggingface-nlp-tasks

Various NLP tasks such as Translation, Summarization, QA and Token Classification, built with HuggingFace
https://github.com/raj-pulapakura/huggingface-nlp-tasks

Last synced: 3 days ago
JSON representation

Various NLP tasks such as Translation, Summarization, QA and Token Classification, built with HuggingFace

Awesome Lists containing this project

README

        

Had a great time following the [Hugging Face NLP Course](https://huggingface.co/learn/nlp-course/chapter1/1).

Topics covered:
- Causal Language Modeling i.e. Auto-Regressive Modeling (GPT)
- Extractive QA: Extracting answers from a context given a question
- Summarization: I think you can tell
- Token Classification: Classifying each token in a sentence
- Named Entity Recognition: Identifying certain entities in a sentence, such as People, Locations, and Organizations
- Part of Speech Tagging: Identifying the part of speech of each word in a sentence (e.g. verb, noun, adjective)
- Text Translation