Automatic Speech Recognition
Transformers
PyTorch
Safetensors
seamless_m4t
feature-extraction
testing
tiny-model
seamless-m4t
Instructions to use badaoui/tiny-random-seamless-m4t with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use badaoui/tiny-random-seamless-m4t with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="badaoui/tiny-random-seamless-m4t")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("badaoui/tiny-random-seamless-m4t") model = AutoModel.from_pretrained("badaoui/tiny-random-seamless-m4t", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,6 @@ tags:
|
|
| 4 |
- testing
|
| 5 |
- tiny-model
|
| 6 |
- seamless-m4t
|
| 7 |
-
- config-only
|
| 8 |
---
|
| 9 |
|
| 10 |
# Tiny Random SeamlessM4T Model Configuration
|
|
|
|
| 4 |
- testing
|
| 5 |
- tiny-model
|
| 6 |
- seamless-m4t
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Tiny Random SeamlessM4T Model Configuration
|