# 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