Instructions to use mispeech/ced-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mispeech/ced-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="mispeech/ced-tiny", trust_remote_code=True)# Load model directly from transformers import AutoModelForAudioClassification model = AutoModelForAudioClassification.from_pretrained("mispeech/ced-tiny", 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:3890f227660be71886ff48633d11a731993e0206db8a486781412c28a0873435
|
| 3 |
+
size 6681767
|