Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,23 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
# Sortformer CoreML Models
|
| 3 |
|
| 4 |
Streaming speaker diarization models converted from NVIDIA's Sortformer to CoreML for Apple Silicon.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: nvidia-open-model-license
|
| 4 |
+
license_link: https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/
|
| 5 |
+
library_name: coreml
|
| 6 |
+
base_model: nvidia/nemotron-speech-streaming-en-0.6b
|
| 7 |
+
tags:
|
| 8 |
+
- speech-recognition
|
| 9 |
+
- automatic-speech-recognition
|
| 10 |
+
- streaming-asr
|
| 11 |
+
- coreml
|
| 12 |
+
- apple
|
| 13 |
+
- ios
|
| 14 |
+
- macos
|
| 15 |
+
- FastConformer
|
| 16 |
+
- RNNT
|
| 17 |
+
- Parakeet
|
| 18 |
+
- ASR
|
| 19 |
+
pipeline_tag: automatic-speech-recognition
|
| 20 |
+
---
|
| 21 |
# Sortformer CoreML Models
|
| 22 |
|
| 23 |
Streaming speaker diarization models converted from NVIDIA's Sortformer to CoreML for Apple Silicon.
|