Instructions to use blaise-tk/TITAN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use blaise-tk/TITAN with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("blaise-tk/TITAN", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Question
#2
by KipTonic - opened
I downloaded a voice model from Weights.gg and it said it was "pretrained with TITAN". Does that mean TITAN does the separation, noise removal, echo removal, pause removal etc. to prep it for the actual training?
The description on this page confuses me, it makes it sound like TITAN is a template model or an actual trainer rather than a pretrainer.
blaise-tk changed discussion status to closed
yes
