From 5096a654b7743bb0d36e3a2c21d67dc39a4b36a3 Mon Sep 17 00:00:00 2001 From: Christopher Akiki Date: Tue, 2 Aug 2022 22:02:25 +0200 Subject: [PATCH] Add programming languages (#18434) The current wording makes it sound as if the programming languages are part of the 46 natural languages. --- docs/source/en/model_doc/bloom.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/model_doc/bloom.mdx b/docs/source/en/model_doc/bloom.mdx index b56ddc35b4..79a45bd7bf 100644 --- a/docs/source/en/model_doc/bloom.mdx +++ b/docs/source/en/model_doc/bloom.mdx @@ -15,7 +15,7 @@ specific language governing permissions and limitations under the License. ## Overview The BLOOM model has been proposed with its various versions through the [BigScience Workshop](https://bigscience.huggingface.co/). BigScience is inspired by other open science initiatives where researchers have pooled their time and resources to collectively achieve a higher impact. -The architecture of BLOOM is essentially similar to GPT3 (auto-regressive model for next token prediction), but has been trained on different 46 languages including code. +The architecture of BLOOM is essentially similar to GPT3 (auto-regressive model for next token prediction), but has been trained on 46 different languages and 13 programming languages. Several smaller versions of the models have been trained on the same dataset. BLOOM is available in the following versions: - [bloom-350m](https://huggingface.co/bigscience/bloom-350m) @@ -54,4 +54,4 @@ Several smaller versions of the models have been trained on the same dataset. BL ## BloomForTokenClassification [[autodoc]] BloomForTokenClassification - - forward \ No newline at end of file + - forward