ThinamXx / HuggingFace

I am learning from Hugging Face.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HUGGING FACE

The repository contains a list of the projects which I have worked on while reading Hugging Face 🤗.

đź“šNOTEBOOKS:

1. TRANSFORMER MODELS

  • The Transformer Models notebook is a comprehensive notebook as it contains a list of real world applications of Transformers such as Sentiment Analysis, Zero-shot Classification, Text Generation, Mask Filling, Named Entity Recognition, Question Answering, Summarization, and Translation.

2. PIPELINE FUNCTION

  • The Pipeline Function notebook is a comprehensive notebook as it contains all three steps of the pipeline: preprocessing with tokenizers, passing the inputs through the model, and postprocessing the outputs.

3. TOKENIZERS & MODELS

  • The Tokenizers & Models notebook contains the comprehensive information about the basic buildings blocks of a Transformer model, tokenization pipeline, limitations of input IDs, attention masks, and configurable tokenizer methods.

About

I am learning from Hugging Face.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%