Article·huggingface.co
coheremultilingualopen-sourcelow-resource-languagestransformerstext generation
Aya-23-35B
Aya-23-35B is a 35B parameter multilingual model supporting 23 languages, focusing on underrepresented languages, and offering high-quality generation in those languages.
beginner15 minutes3 steps
The play
- Access the ModelAya-23-35B is available on Hugging Face. You can access it using the `transformers` library.
- Generate TextUse the model and tokenizer to generate text in your desired language. Ensure you provide a prompt in the target language.
- Explore Different LanguagesExperiment with prompts in different languages supported by Aya-23-35B to assess its multilingual capabilities. Refer to the model documentation for the full list of supported languages.
Starter code
This Action Pack gets you started with using the Aya-23-35B multilingual model for text generation in various languages.
Source