Instructions to use Evan-Lin/ast-urban8k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Evan-Lin/ast-urban8k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Evan-Lin/ast-urban8k")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("Evan-Lin/ast-urban8k") model = AutoModelForAudioClassification.from_pretrained("Evan-Lin/ast-urban8k") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3871f5f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:80266329aa203a14dfbc08eddd53651b6a1eb5d003486cadcca99b1e579a402f
size 344857209
|