Audio/vision task guides (#15808)

* 📝 first draft of audio/vision guides

*  make fixup

* 🖍 fix typo

* 🖍 close parentheses

* 🖍 apply feedback

* 🖍 apply feedback, make fixup

* 🖍 more fixup for perceiver

* 🖍 apply feedback

*  make fixup

* 🖍 fix data collator
This commit is contained in:
Steven Liu
2022-03-11 14:43:49 -08:00
committed by GitHub
parent cb5e50c8c2
commit ae2dd42be5
4 changed files with 533 additions and 0 deletions

View File

@@ -56,6 +56,12 @@
title: Summarization
- local: tasks/multiple_choice
title: Multiple choice
- local: tasks/audio_classification
title: Audio classification
- local: tasks/asr
title: Automatic speech recognition
- local: tasks/image_classification
title: Image classification
title: Fine-tune for downstream tasks
- local: run_scripts
title: Train with a script