Instructions to use might2901/trainer-06 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use might2901/trainer-06 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="might2901/trainer-06")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("might2901/trainer-06") model = AutoModelForCausalLM.from_pretrained("might2901/trainer-06") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
4e7dc06 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6c5e5b1d89b7e3738e5a5a4f93c326d8f3292ea83f9c560b8dbb6d66fb851973
size 22853258
|