mefengl commited on
Commit
4fdd398
·
verified ·
1 Parent(s): e4cdc68

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,7 +43,7 @@ make verify
43
 
44
  ## Optional: generate CoreML `.mlpackage`
45
 
46
- This repo vendors the converter, but imports model code from upstream SenseVoice.
47
 
48
  ```bash
49
  # clones upstream code into ./.upstream/SenseVoice automatically
@@ -63,7 +63,7 @@ make verify
63
 
64
  ## Optional: compare (numeric)
65
 
66
- Vendored script (lives in this repo), but it imports model code from upstream SenseVoice.
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 \