Automatic Speech Recognition
Transformers
English
Chinese
Punctuation-Restoration
Punctuation-Prediction
Token Classification
BERT
LERT
audio
asr
Instructions to use FireRedTeam/FireRedPunc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FireRedTeam/FireRedPunc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="FireRedTeam/FireRedPunc")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FireRedTeam/FireRedPunc", dtype="auto") - Notebooks
- Google Colab
- Kaggle
FireRedTeam commited on
Create config.yaml
Browse files- config.yaml +0 -0
config.yaml
ADDED
|
File without changes
|