Normalize README Source provenance table and standard disclaimers
Browse files
README.md
CHANGED
|
@@ -27,6 +27,10 @@ This repository contains ONNX exports for DeepFilterNet3, a speech enhancement a
|
|
| 27 |
| Quantization recipe | FP32 ONNX (`enc.onnx`, `erb_dec.onnx`, `df_dec.onnx`) |
|
| 28 |
| Notes | Upstream weights are from the DeepFilterNet GitHub project; ONNX graphs are pinned at the packaging revision above. |
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
## Files
|
| 31 |
|
| 32 |
| File | Description |
|
|
@@ -49,10 +53,8 @@ No repository-specific ONNX evaluation results are documented here.
|
|
| 49 |
|
| 50 |
## Limitations
|
| 51 |
|
| 52 |
-
- Runtime compatibility and numerical parity with the upstream implementation are not documented here.
|
| 53 |
- DeepFilterNet usage examples commonly target 48 kHz audio; validate input requirements before deployment.
|
| 54 |
|
| 55 |
## License
|
| 56 |
|
| 57 |
Apache-2.0. The upstream DeepFilterNet project is dual-licensed under MIT or Apache-2.0.
|
| 58 |
-
|
|
|
|
| 27 |
| Quantization recipe | FP32 ONNX (`enc.onnx`, `erb_dec.onnx`, `df_dec.onnx`) |
|
| 28 |
| Notes | Upstream weights are from the DeepFilterNet GitHub project; ONNX graphs are pinned at the packaging revision above. |
|
| 29 |
|
| 30 |
+
## Precision and Packaging
|
| 31 |
+
|
| 32 |
+
Export tooling, precision, and quantization are recorded in the **Source** table above. This packaging mirror does not publish independent parity benchmarks; validate on your target execution provider before production use.
|
| 33 |
+
|
| 34 |
## Files
|
| 35 |
|
| 36 |
| File | Description |
|
|
|
|
| 53 |
|
| 54 |
## Limitations
|
| 55 |
|
|
|
|
| 56 |
- DeepFilterNet usage examples commonly target 48 kHz audio; validate input requirements before deployment.
|
| 57 |
|
| 58 |
## License
|
| 59 |
|
| 60 |
Apache-2.0. The upstream DeepFilterNet project is dual-licensed under MIT or Apache-2.0.
|
|
|