thenativefox
Added split files and tables
939262b
raw
history blame contribute delete
1.36 kB
sections:
local: index
title: πŸ€— Transformers
local: quicktour
title: Quick tour
local: installation
title: Installation
title: Get started
sections:
local: pipeline_tutorial
title: Run inference with pipelines
local: autoclass_tutorial
title: Write portable code with AutoClass
local: preprocessing
title: Preprocess data
local: training
title: Fine-tune a pretrained model
local: run_scripts
title: Train with a script
local: accelerate
title: Set up distributed training with πŸ€— Accelerate
local: peft
title: Load and train adapters with πŸ€— PEFT
local: model_sharing
title: Share your model
local: agents
title: Agents
local: llm_tutorial
title: Generation with LLMs
local: conversations
title: Chatting with Transformers
title: Tutorials
sections:
isExpanded: false
sections:
local: tasks/sequence_classification
title: Text classification
local: tasks/token_classification
title: Token classification
local: tasks/question_answering
title: Question answering
local: tasks/language_modeling
title: Causal language modeling
local: tasks/masked_language_modeling
title: Masked language modeling
local: tasks/translation
title: Translation
local: tasks/summarization
title: Summarization
local: tasks/multiple_choice
title: Multiple choice
title: Natural Language Processing