ksingla025 commited on
Commit
7837b8e
·
verified ·
1 Parent(s): e21fbbd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
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