GGUF
vokra
wav2vec2-base-960h / SOURCE.md
ayousanz's picture
Upload folder using huggingface_hub
d268962 verified
|
Raw
History Blame Contribute Delete
813 Bytes
# Provenance — vokra/wav2vec2-base-960h
| Field | Value |
|---|---|
| Upstream source | facebook/wav2vec2-base-960h (wav2vec 2.0 waveform-in encoder + optional CTC head, apache-2.0) |
| Upstream licence | `apache-2.0` |
| Architecture | `wav2vec2_ctc` |
| Tensors | 212 |
| SHA-256 | `93e25755562bfb557f2a2b4d8844873451568617f54a83552793f953be0ff7ee` |
| 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 wav2vec2-base-960h.gguf
shasum -a 256 wav2vec2-base-960h.gguf # expect 93e25755562bfb557f2a2b4d8844873451568617f54a83552793f953be0ff7ee
```