Skip to content

Commit

Permalink
🧼 NLP task guides (huggingface#15731)
Browse files Browse the repository at this point in the history
* clean commit of changes to NLP tasks

* 🖍 apply feedback

* 📝 move tf data collator in multiple choice

Co-authored-by: Steven <[email protected]>
  • Loading branch information
stevhliu and Steven committed Feb 23, 2022
1 parent 86636f5 commit fecb08c
Show file tree
Hide file tree
Showing 8 changed files with 1,868 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- local: model_summary
title: Summary of the models
- local: training
title: Fine-tune a pretrained model
title: Fine-tuning a pretrained model
- local: accelerate
title: Distributed training with 🤗 Accelerate
- local: model_sharing
Expand All @@ -41,6 +41,22 @@
title: Troubleshooting
- local: custom_datasets
title: Fine-tuning with custom datasets
- 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: Language modeling
- local: tasks/translation
title: Translation
- local: tasks/summarization
title: Summarization
- local: tasks/multiple_choice
title: Multiple choice
title: Fine-tune for downstream tasks
- local: notebooks
title: "🤗 Transformers Notebooks"
- local: sagemaker
Expand Down Expand Up @@ -73,7 +89,7 @@
title: Sharing custom models
- local: pr_checks
title: Checks on a Pull Request
title: Advanced guides
title: How-to guides
- sections:
- local: bertology
title: BERTology
Expand Down
Loading

0 comments on commit fecb08c

Please sign in to comment.