Instructions to use kauan616/nano with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use kauan616/nano with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("kauan616/nano") inference = Inference(model) # inference on the whole file inference("file.wav") # inference on an excerpt from pyannote.core import Segment excerpt = Segment(start=2.0, end=5.0) inference.crop("file.wav", excerpt) - Notebooks
- Google Colab
- Kaggle
metadata
license: apache-2.0
language:
- pt
metrics:
- Ikala-allen/relation_extraction
base_model:
- nvidia/LocateAnything-3B
new_version: SulphurAI/Sulphur-2-base
pipeline_tag: text-classification
library_name: pyannote-audio