๐ค Hugging Face Flashcards
๐ค What is Hugging Face?
Hugging Face is an AI company known for open-source libraries and tools for building and deploying natural language processing (NLP) models.
๐ฆ What is Transformers?
A Python library by Hugging Face that provides pre-trained models for NLP tasks like classification, translation, and summarization.
๐ง What are pre-trained models?
Models trained on large datasets that can be fine-tuned for specific tasks, saving time and computation.
๐งช What is ๐ค Datasets?
An open-source library for easily accessing, cleaning, and loading datasets for NLP and ML experiments.
๐ What is Tokenizers?
A fast, flexible library for preparing text input for NLP models by converting text into tokens.
๐ฐ๏ธ What is Hugging Face Hub?
A centralized platform for hosting, sharing, and discovering ML models, datasets, and demos.
๐ What is Pipelines API?
A simple interface to use pre-trained models for common tasks like sentiment analysis, summarization, etc.
๐งฉ What tasks are supported?
Tasks include text classification, translation, question answering, text generation, image classification, and audio processing.
๐ Does Hugging Face support secure deployment?
Yes, models can be deployed using secured endpoints, API keys, and integrated with cloud services.
๐ Who uses Hugging Face?
Researchers, data scientists, developers, and companies like Google, Microsoft, and Meta use it for NLP and GenAI.
๐๏ธ Can I fine-tune models?
Yes. Hugging Face provides tools for easy fine-tuning on custom datasets using minimal code.
๐ What is Accelerate?
A library to simplify training across multiple GPUs and hardware setups without boilerplate code.