data2vec-audio-base / SOURCE.md
ayousanz's picture
Upload folder using huggingface_hub
e17ffe1 verified
|
Raw
History Blame Contribute Delete
794 Bytes
# 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
```