Audio-to-Audio
Transformers
Safetensors
dashengtokenizer
feature-extraction
audio-classification
signal-processing
custom_code
Instructions to use mispeech/dashengtokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mispeech/dashengtokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mispeech/dashengtokenizer", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Heinrich Dinkel commited on
Commit ·
e7f115e
1
Parent(s): ba200b5
Updated README
Browse files
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
pipeline_tag:
|
| 4 |
-
|
| 5 |
- audio-classification
|
|
|
|
| 6 |
license: apache-2.0
|
| 7 |
---
|
| 8 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
pipeline_tag: audio-to-audio
|
| 4 |
+
tags:
|
| 5 |
- audio-classification
|
| 6 |
+
- signal-processing
|
| 7 |
license: apache-2.0
|
| 8 |
---
|
| 9 |
|