starkdmi commited on
Commit
a8eb333
·
verified ·
1 Parent(s): 87104f9

Neutral wording, single-machine caveat, correct project link

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -21,17 +21,13 @@ Speech enhancement at 16 kHz. This model was converted to MLX format from
21
  | --- | ---: | --- |
22
  | `model_fp32.safetensors` | 56 MB | the weights |
23
  | `FRCRN_SE_16K.yaml` | 614 B | upstream model configuration |
24
- | `weights.npz` | 110 MB | superseded, see below |
25
 
26
  fp32 only; no half-precision or quantized conversion is published.
27
 
28
- `weights.npz` predates the safetensors conversion and is kept only so that
29
- anything already referring to it keeps working. It is not what loads: use
30
- `model_fp32.safetensors`.
31
 
32
- ## Use
33
 
34
- Consumed by [AudioToolSwift](https://github.com/starkdmi) as
35
- `ModelRepository.frcrnSE16K`, which pins this repository to an exact revision and
36
- verifies the SHA-256 of every file it downloads. The loader reads the safetensors
37
- and nothing else — the YAML is provided for reference.
 
21
  | --- | ---: | --- |
22
  | `model_fp32.safetensors` | 56 MB | the weights |
23
  | `FRCRN_SE_16K.yaml` | 614 B | upstream model configuration |
24
+ | `weights.npz` | 110 MB | superseded |
25
 
26
  fp32 only; no half-precision or quantized conversion is published.
27
 
28
+ `weights.npz` predates the safetensors conversion and is kept so that anything
29
+ already referring to it keeps working. Load `model_fp32.safetensors`.
 
30
 
31
+ ## Used by
32
 
33
+ [AudioToolSwift](https://github.com/starkdmi/AudioToolSwift)