File size: 794 Bytes
e17ffe1 | 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/data2vec-audio-base
| Field | Value |
|---|---|
| Upstream source | facebook/data2vec-audio-base-960h (wav2vec 2.0 waveform-in encoder + optional CTC head, apache-2.0) |
| Upstream licence | `apache-2.0` |
| Architecture | `wav2vec2_ctc` |
| Tensors | 232 |
| SHA-256 | `b9f73f8b825d2aabd5ddd82d13d07a67a0f6d13cf6284d1b3c52eb7ee9cb5dc0` |
| 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 model.gguf
shasum -a 256 model.gguf # expect b9f73f8b825d2aabd5ddd82d13d07a67a0f6d13cf6284d1b3c52eb7ee9cb5dc0
```
|