Instructions to use vdeturckheim/skywave-segmenter-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use vdeturckheim/skywave-segmenter-small with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir skywave-segmenter-small vdeturckheim/skywave-segmenter-small
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 650 Bytes
8527eb5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | {
"balancedRecall" : 0.9955027,
"classes" : [
"music",
"speech"
],
"heldOut" : [
"h20",
"h12"
],
"hop" : 320,
"mode" : "stream",
"nFft" : 400,
"nMels" : 64,
"sampleRate" : 16000,
"seed" : 2,
"spec" : {
"causal" : false,
"channels" : [
16,
32,
48,
64
],
"classes" : [
"music",
"speech"
],
"dilations" : [
1,
4,
16
],
"headWidth" : 64,
"melPools" : [
2,
2,
2,
2
],
"name" : "small",
"separable" : false,
"timePools" : [
2,
2,
1,
1
]
},
"stride" : 4
} |