Instructions to use hf-internal-testing/tiny-random-Wav2Vec2ConformerForAudioFrameClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-Wav2Vec2ConformerForAudioFrameClassification with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-Wav2Vec2ConformerForAudioFrameClassification") model = AutoModelForAudioFrameClassification.from_pretrained("hf-internal-testing/tiny-random-Wav2Vec2ConformerForAudioFrameClassification") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#40
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2dd81b094b13754201ceb80cd7ca3ced868739b89b74da5a2d4585015a8ffad
|
| 3 |
+
size 165624
|