Docs: separate generate section (#25235)

Separate generate doc section
This commit is contained in:
Joao Gante
2023-08-03 13:51:56 +01:00
committed by GitHub
parent 30409af6e1
commit a8817371c9

View File

@@ -77,14 +77,17 @@
title: Text to speech title: Text to speech
title: Multimodal title: Multimodal
isExpanded: false isExpanded: false
- sections:
- local: generation_strategies
title: Customize text generation strategy
title: Generation
isExpanded: false
title: Task Guides title: Task Guides
- sections: - sections:
- local: fast_tokenizers - local: fast_tokenizers
title: Use fast tokenizers from 🤗 Tokenizers title: Use fast tokenizers from 🤗 Tokenizers
- local: multilingual - local: multilingual
title: Run inference with multilingual models title: Run inference with multilingual models
- local: generation_strategies
title: Customize text generation strategy
- local: create_a_model - local: create_a_model
title: Use model-specific APIs title: Use model-specific APIs
- local: custom_models - local: custom_models