From 73dc23f7866d2f5e48ea60c9ab0753811ed261b6 Mon Sep 17 00:00:00 2001 From: Mohamed Aymane Farhi Date: Thu, 19 Oct 2023 14:36:41 +0100 Subject: [PATCH] Fix license (#26931) --- docs/source/en/model_doc/fuyu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/model_doc/fuyu.md b/docs/source/en/model_doc/fuyu.md index 9d24e9951b..2832e35398 100644 --- a/docs/source/en/model_doc/fuyu.md +++ b/docs/source/en/model_doc/fuyu.md @@ -22,7 +22,7 @@ The Fuyu model was created by [ADEPT](https://www.adept.ai/blog/fuyu-8b), and au The authors introduced Fuyu-8B, a decoder-only multimodal model based on the classic transformers architecture, with query and key normalization. A linear encoder is added to create multimodal embeddings from image inputs. -By treating image tokens like text tokens and using a special image-newline character, the model knows when an image line ends. Image positional embeddings are removed. This avoids the need for different training phases for various image resolutions. With 8 billion parameters and licensed under Apache, Fuyu-8B is notable for its ability to handle both text and images, its impressive context size of 16K, and its overall performance. +By treating image tokens like text tokens and using a special image-newline character, the model knows when an image line ends. Image positional embeddings are removed. This avoids the need for different training phases for various image resolutions. With 8 billion parameters and licensed under CC-BY-NC, Fuyu-8B is notable for its ability to handle both text and images, its impressive context size of 16K, and its overall performance. @@ -112,4 +112,4 @@ The `LlamaTokenizer` is used as it is a standard wrapper around sentencepiece. ## FuyuProcessor [[autodoc]] FuyuProcessor - - __call__ \ No newline at end of file + - __call__