File size: 473 Bytes
7837b8e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# 1step ASR-NL for Slurp dataset
This is a NeMo ASR model fine-tuned for ASR tasks. It was trained on [dataset name] and achieves [performance metrics]. This model is suitable for [use cases].
## Model Details
- **Model type**: NeMo ASR
- **Architecture**: Conformer CTC
- **Language**: English
- **Training data**: Slurp dataset
- **Performance metrics**: [Metrics]
## Usage
To use this model, you need to install the NeMo library:
```bash
pip install nemo_toolkit
|