GGUF
vokra
File size: 927 Bytes
f501877
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Provenance — vokra/facebook-denoiser

| Field | Value |
|---|---|
| Upstream source | github.com/facebookresearch/denoiser (Meta real-time speech-enhancement waveform U-Net + LSTM, Defossez et al. 2020, CC-BY-NC-4.0 — owner §3.1 sign-off required, publish requires --allow-noncommercial) |
| Upstream licence | `cc-by-nc-4.0` |
| Architecture | `facebook_denoiser` |
| Tensors | 48 |
| SHA-256 | `c0b23707a2f255b5eb108c5b08b92f310fede6870106e799b195282d6a375e74` |
| Converted by | vokra-core 0.1.0-alpha.0 |
| GGUF schema generation | 1 |

Every row is read from the artifact's own `vokra.*` metadata; none of it
is supplied by hand, so this file cannot disagree with the weight it
describes.

## Reproducing

```bash
vokra-cli convert --model <kind> --input <upstream> --output facebook-denoiser.gguf
shasum -a 256 facebook-denoiser.gguf   # expect c0b23707a2f255b5eb108c5b08b92f310fede6870106e799b195282d6a375e74
```