Instructions to use llillillil/myASTModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use llillillil/myASTModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="llillillil/myASTModel")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("llillillil/myASTModel") model = AutoModelForAudioClassification.from_pretrained("llillillil/myASTModel") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jul08_11-13-02_WIN-CEJF2NB9KFH
- Jul12_12-43-23_WIN-CEJF2NB9KFH
- Jul15_11-21-57_WIN-CEJF2NB9KFH
- Jun26_14-31-09_WIN-CEJF2NB9KFH
- Jun26_14-39-07_WIN-CEJF2NB9KFH
- Jun26_14-46-21_WIN-CEJF2NB9KFH
- Jun26_16-51-44_WIN-CEJF2NB9KFH
- Jun26_17-38-26_WIN-CEJF2NB9KFH
- Jun26_17-53-35_WIN-CEJF2NB9KFH
- Jun26_19-08-23_WIN-CEJF2NB9KFH
- Jun26_19-15-13_WIN-CEJF2NB9KFH
- Jun26_19-50-29_WIN-CEJF2NB9KFH
- Jun26_20-10-34_WIN-CEJF2NB9KFH
- Jun26_20-25-17_WIN-CEJF2NB9KFH
- Jun26_20-31-59_WIN-CEJF2NB9KFH
- Jun26_20-50-38_WIN-CEJF2NB9KFH
- Jun26_20-58-47_WIN-CEJF2NB9KFH
- Jun26_21-06-33_WIN-CEJF2NB9KFH