GGUF
vokra
File size: 756 Bytes
93271c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/fcpe

| Field | Value |
|---|---|
| Upstream source | CNChTu/FCPE (Fast Context-based Pitch Estimator, Conformer + 360-bin log-freq classifier, MIT) |
| Upstream licence | `mit` |
| Architecture | `fcpe` |
| Tensors | 70 |
| SHA-256 | `6f5321ce0db16f9611ecd551204165817fdcc80efe85775508426f813535ce68` |
| 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 fcpe.gguf
shasum -a 256 fcpe.gguf   # expect 6f5321ce0db16f9611ecd551204165817fdcc80efe85775508426f813535ce68
```