Instructions to use onecxi/mms-telugu-female-indic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use onecxi/mms-telugu-female-indic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="onecxi/mms-telugu-female-indic")# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("onecxi/mms-telugu-female-indic") model = AutoModelForPreTraining.from_pretrained("onecxi/mms-telugu-female-indic", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,13 +53,10 @@ with torch.no_grad():
|
|
| 53 |
Audio(output.numpy(), rate=model.config.sampling_rate)
|
| 54 |
```
|
| 55 |
|
| 56 |
-
##
|
| 57 |
|
| 58 |
-
This Text-to-Speech (TTS) model is
|
|
|
|
| 59 |
|
| 60 |
-
|
| 61 |
-
* **Deception:** Do not use for fake news, scams, or misleading content.
|
| 62 |
-
* **Illegal or Harmful Use:** Do not use for any illegal, harmful, or malicious activities.
|
| 63 |
-
|
| 64 |
-
By using this model, you agree to follow all applicable laws and ethical standards. The creators are **not responsible** for misuse and strongly oppose unethical applications.
|
| 65 |
|
|
|
|
| 53 |
Audio(output.numpy(), rate=model.config.sampling_rate)
|
| 54 |
```
|
| 55 |
|
| 56 |
+
## Disclaimer
|
| 57 |
|
| 58 |
+
This Text-to-Speech (TTS) model is intended solely for research and educational use. Any use of the model must comply with all applicable laws, regulations, and ethical standards. The unauthorized use of this model for impersonating real individuals without their explicit consent is strictly prohibited.
|
| 59 |
+
Additionally, the model must not be used to create or distribute deceptive, misleading, or fraudulent content, including but not limited to fake news or scams. Any use of the model for illegal, harmful, or malicious purposes is expressly forbidden.
|
| 60 |
|
| 61 |
+
By using this model, you acknowledge and agree to these terms. The creators and distributors of the model disclaim any liability for misuse and do not support or condone unethical or unlawful applications.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|