Instructions to use marco83462/mi_modelo_entrenado with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use marco83462/mi_modelo_entrenado with PEFT:
Task type is invalid.
- Transformers
How to use marco83462/mi_modelo_entrenado with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="marco83462/mi_modelo_entrenado")# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("marco83462/mi_modelo_entrenado") model = AutoModelForTextToWaveform.from_pretrained("marco83462/mi_modelo_entrenado", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!