Instructions to use danasone/rubert-tiny-speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danasone/rubert-tiny-speech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="danasone/rubert-tiny-speech")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("danasone/rubert-tiny-speech") model = AutoModelForTokenClassification.from_pretrained("danasone/rubert-tiny-speech", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6799974 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d102ec0adfe5a65aca0df7857242fc8d7133419dc1e1f6120be37ceb767f4923
size 116441661
|