Instructions to use llillillil/my_awesome_mind_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use llillillil/my_awesome_mind_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="llillillil/my_awesome_mind_model")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("llillillil/my_awesome_mind_model") model = AutoModelForAudioClassification.from_pretrained("llillillil/my_awesome_mind_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jun09_14-37-22_WIN-CEJF2NB9KFH
- Jun09_14-40-31_WIN-CEJF2NB9KFH
- Jun09_15-00-40_WIN-CEJF2NB9KFH
- Jun09_15-14-34_WIN-CEJF2NB9KFH
- Jun09_15-34-21_WIN-CEJF2NB9KFH
- Jun09_15-37-52_WIN-CEJF2NB9KFH
- Jun09_16-40-11_WIN-CEJF2NB9KFH
- Jun09_16-42-22_WIN-CEJF2NB9KFH
- Jun09_16-47-07_WIN-CEJF2NB9KFH
- Jun09_16-51-25_WIN-CEJF2NB9KFH
- Jun09_16-52-47_WIN-CEJF2NB9KFH
- Jun09_17-07-35_WIN-CEJF2NB9KFH
- Jun09_17-11-57_WIN-CEJF2NB9KFH
- Jun09_19-10-29_WIN-CEJF2NB9KFH