Text-to-Speech
Transformers
tts
voice-cloning
yoruba
hausa
igbo
pidgin
nigerian-english
african-languages
Instructions to use Axiveri/WazobiaVoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Axiveri/WazobiaVoice with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Axiveri/WazobiaVoice")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Axiveri/WazobiaVoice", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 3,207 Bytes
8ca840d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | Axiveri Research License v1.0
Copyright (c) 2026 Emmanuel Ariyo (Ememzyvisuals) / Axiveri
This license applies to the WazobiaVoice model weights, checkpoints, LoRA
adapters, and associated model files ("the Model") released in this
repository. It does not apply to third-party code, architectures, or
datasets the Model depends on, which remain under their own respective
licenses (see the "Credits & References" section of the model card).
## 1. Grant of Rights — Research and Non-Commercial Use
Subject to the terms of this license, the copyright holder grants any
person obtaining a copy of the Model a free, worldwide, non-exclusive
license to use, copy, modify, and distribute the Model, and to generate
and use output produced by the Model, for research and other
non-commercial purposes only.
Non-commercial purposes include, without limitation: academic research,
personal experimentation, education, and evaluation.
## 2. Commercial Use Requires a Separate License
Any commercial use of the Model requires a separate, explicit commercial
license from the copyright holder, obtained in advance.
"Commercial use" means any use of the Model, in whole or in part, in
connection with a product, service, or activity that generates or is
intended to generate revenue, or that collects payment from users in any
form. This includes, without limitation:
- Integrating the Model into a Software-as-a-Service (SaaS) product or
any hosted/managed service offered to users
- Using the Model to provide a paid feature, subscription, or add-on
- Using the Model within an internal tool at a for-profit company where
that tool supports a revenue-generating product or service
- Selling, sublicensing, or otherwise commercially redistributing the
Model or derivatives of it
If you are unsure whether your intended use qualifies as commercial use
under this license, contact the copyright holder before proceeding.
## 3. How to Obtain a Commercial License
To request a commercial license, contact:
- Email: ememzyvisuals@gmail.com
## 4. Ownership
The Model was fine-tuned on training data curated and owned by Axiveri.
The copyright holder retains all rights, title, and interest in the
Model, including the right to grant, deny, or condition commercial
licenses at its sole discretion.
## 5. Attribution
Any use, publication, or redistribution of the Model or its outputs
permitted under this license must retain this license file and
attribute the Model as follows:
WazobiaVoice, by Emmanuel Ariyo (Ememzyvisuals) / Axiveri
https://huggingface.co/Axiveri/WazobiaVoice
## 6. No Warranty
THE MODEL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY
ARISING FROM, OUT OF, OR IN CONNECTION WITH THE MODEL OR THE USE OR
OTHER DEALINGS IN THE MODEL.
## 7. Termination
This license automatically terminates if you use the Model in violation
of these terms. Upon termination, you must cease all use, distribution,
and commercial exploitation of the Model.
|