Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ make verify
|
|
| 43 |
|
| 44 |
## Optional: generate CoreML `.mlpackage`
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
```bash
|
| 49 |
# clones upstream code into ./.upstream/SenseVoice automatically
|
|
@@ -63,7 +63,7 @@ make verify
|
|
| 63 |
|
| 64 |
## Optional: compare (numeric)
|
| 65 |
|
| 66 |
-
|
| 67 |
|
| 68 |
```bash
|
| 69 |
make compare \
|
|
|
|
| 43 |
|
| 44 |
## Optional: generate CoreML `.mlpackage`
|
| 45 |
|
| 46 |
+
A CoreML conversion of SenseVoiceSmall, using the upstream model definition.
|
| 47 |
|
| 48 |
```bash
|
| 49 |
# clones upstream code into ./.upstream/SenseVoice automatically
|
|
|
|
| 63 |
|
| 64 |
## Optional: compare (numeric)
|
| 65 |
|
| 66 |
+
Compare the CoreML output against the original PyTorch model.
|
| 67 |
|
| 68 |
```bash
|
| 69 |
make compare \
|