Instructions to use charsiu/zh_w2v2_tiny_fc_10ms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use charsiu/zh_w2v2_tiny_fc_10ms with Transformers:
# Load model directly from transformers import AutoProcessor, Wav2Vec2ForFrameClassification processor = AutoProcessor.from_pretrained("charsiu/zh_w2v2_tiny_fc_10ms") model = Wav2Vec2ForFrameClassification.from_pretrained("charsiu/zh_w2v2_tiny_fc_10ms") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31be61b1c0e08e7545ebf8a72d1272f1e1d9e94ae7e67cac1ec529378194e02f
|
| 3 |
+
size 93624343
|