From 2ef61bb1ff55781d966bde032715260224006878 Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Mon, 27 Nov 2023 10:21:38 +0100 Subject: [PATCH] Batch Sizes + "for Inference" --- docs/source/en/_toctree.yml | 2 +- docs/source/en/how_to/batch_sizes.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/_toctree.yml b/docs/source/en/_toctree.yml index 5f0367c6..11e9df0f 100644 --- a/docs/source/en/_toctree.yml +++ b/docs/source/en/_toctree.yml @@ -30,7 +30,7 @@ - local: how_to/knowledge_distillation title: Knowledge Distillation - local: how_to/batch_sizes - title: Batch Sizes + title: Batch Sizes for Inference - local: how_to/absa title: Aspect Based Sentiment Analysis - local: how_to/v1.0.0_migration_guide diff --git a/docs/source/en/how_to/batch_sizes.mdx b/docs/source/en/how_to/batch_sizes.mdx index 781e7a98..5f4d71c0 100644 --- a/docs/source/en/how_to/batch_sizes.mdx +++ b/docs/source/en/how_to/batch_sizes.mdx @@ -1,5 +1,5 @@ -# Batch sizes +# Batch sizes for Inference In this how-to guide we will explore the effects of increasing the batch sizes in [`SetFitModel.predict`]. ## What are they?