Knowledge Graph — Coursera Notes › Academic disciplines › Computer Science / Information Technology › Artificial Intelligence › Large Language Models › Foundation Models
Hugging Face Transformers
service · part of Foundation Models
A library providing pretrained models and tools for natural language processing tasks.
Inside Hugging Face Transformers (4)
- AutoModelForSeq2SeqLM — A Hugging Face class that automatically loads a sequence-to-sequence model for a given model name.
- AutoTokenizer — A Hugging Face class that automatically loads the tokenizer for a given pretrained model.
- Hugging Face pipeline — A high-level function from the Hugging Face Transformers library that simplifies using models for tasks like text generation, classification, etc.
- Tokenizers — Libraries in HuggingFace Transformers that convert text into tokens for model input.
Connections
- Related to AutoTokenizer
- Related to AutoModelForSeq2SeqLM
- Related to Hugging Face pipeline
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.