Instructions to use txt2audio/custom-mymodel_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use txt2audio/custom-mymodel_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="txt2audio/custom-mymodel_v1", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("txt2audio/custom-mymodel_v1", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8d8287a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d3aaeadc87c87d041089e8ab0de07af2779cd0ff5952b2ecb477aa4301484f1f
size 7047
|