From 71aa6f46288e0f28d85a98e99529fa82305166d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20de=20Kok?= Date: Thu, 7 Dec 2023 16:20:36 +0100 Subject: [PATCH] Fully specify `TextCatCNN` <-> `TextCatReduce` equivalence --- website/docs/api/architectures.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/architectures.mdx b/website/docs/api/architectures.mdx index 4af60ec65..9447ca116 100644 --- a/website/docs/api/architectures.mdx +++ b/website/docs/api/architectures.mdx @@ -1044,7 +1044,7 @@ vectors are mean pooled and used as features in a feed-forward network. This architecture is usually less accurate than the ensemble, but runs faster. This model is identical to [TexCatReduce.v1](#TextCatReduce) with -`use_reduce_mean=true`. +`use_reduce_mean=true`, `use_reduce_first=false` and `use_reduce_max=false`. | Name | Description | | ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |