Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Efficient Conformer v1 for non-streaming ASR
|
| 2 |
|
| 3 |
**Specification**: https://github.com/wenet-e2e/wenet/pull/1636
|
|
@@ -63,8 +72,4 @@ nohup python wenet/bin/recognize.py --gpu 0 \
|
|
| 63 |
# CER
|
| 64 |
python tools/compute-cer.py --char=1 --v=1 \
|
| 65 |
data/test/text $test_dir/text > $test_dir/cer.txt
|
| 66 |
-
```
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
metrics:
|
| 7 |
+
- cer
|
| 8 |
+
pipeline_tag: automatic-speech-recognition
|
| 9 |
+
---
|
| 10 |
# Efficient Conformer v1 for non-streaming ASR
|
| 11 |
|
| 12 |
**Specification**: https://github.com/wenet-e2e/wenet/pull/1636
|
|
|
|
| 72 |
# CER
|
| 73 |
python tools/compute-cer.py --char=1 --v=1 \
|
| 74 |
data/test/text $test_dir/text > $test_dir/cer.txt
|
| 75 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|