GGUF
vokra
File size: 752 Bytes
9196672
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/nkf-aec

| Field | Value |
|---|---|
| Upstream source | github.com/fjiang9/NKF-AEC (Neural Kalman Filter AEC, Yang et al. ICASSP 2023) |
| Upstream licence | `mit` |
| Architecture | `nkf_aec` |
| Tensors | 22 |
| SHA-256 | `844bd27469407cc2c03545f500e9c4b82d132f5e231538e2a6987dd55f4d0396` |
| 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 nkf-aec.gguf
shasum -a 256 nkf-aec.gguf   # expect 844bd27469407cc2c03545f500e9c4b82d132f5e231538e2a6987dd55f4d0396
```