Instructions to use mispeech/ced-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mispeech/ced-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="mispeech/ced-small", trust_remote_code=True)# Load model directly from transformers import AutoModelForAudioClassification model = AutoModelForAudioClassification.from_pretrained("mispeech/ced-small", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload model.onnx
Browse files- model.onnx +3 -0
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18fa4fa30c1872c322c6b08f2824c9dd6f7fe149b8aa21320ddceb77007cff75
|
| 3 |
+
size 22785539
|