Create a custom model guide (#15489)

* 📝 add config section

* 📝 finish first draft

* 📝 add feature extractor and processor

* 🖍 apply feedback from review

* 📝 minor edits

* last review
This commit is contained in:
Steven Liu
2022-02-07 12:34:56 -06:00
committed by GitHub
parent ad1d3c4d4b
commit 552f8d3091
2 changed files with 326 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
- local: model_summary
title: Summary of the models
- local: training
title: Fine-tuning a pretrained model
title: Fine-tune a pretrained model
- local: accelerate
title: Distributed training with 🤗 Accelerate
- local: model_sharing
@@ -33,6 +33,8 @@
title: Multi-lingual models
title: Tutorials
- sections:
- local: create_a_model
title: Create a custom model
- local: examples
title: Examples
- local: troubleshooting