File size: 724 Bytes
3bb18a7
 
 
 
 
 
 
 
d120090
3bb18a7
 
 
 
 
 
 
 
 
 
 
d120090
3bb18a7
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/whisper-tiny

| Field | Value |
|---|---|
| Upstream source | openai/whisper (MIT) — OpenAI official release |
| Upstream licence | `MIT` |
| Architecture | `whisper` |
| Tensors | 167 |
| SHA-256 | `e1cc5a63f55e06d1ccc45f44085bb85bcc75a1ff81853029352401b6221717fd` |
| 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 e1cc5a63f55e06d1ccc45f44085bb85bcc75a1ff81853029352401b6221717fd
```