Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# 1step ASR-NL for Slurp dataset
|
| 3 |
+
|
| 4 |
+
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].
|
| 5 |
+
|
| 6 |
+
## Model Details
|
| 7 |
+
|
| 8 |
+
- **Model type**: NeMo ASR
|
| 9 |
+
- **Architecture**: Conformer CTC
|
| 10 |
+
- **Language**: English
|
| 11 |
+
- **Training data**: Slurp dataset
|
| 12 |
+
- **Performance metrics**: [Metrics]
|
| 13 |
+
|
| 14 |
+
## Usage
|
| 15 |
+
|
| 16 |
+
To use this model, you need to install the NeMo library:
|
| 17 |
+
|
| 18 |
+
```bash
|
| 19 |
+
pip install nemo_toolkit
|