File size: 763 Bytes
459ff89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-medium

| Field | Value |
|---|---|
| Upstream source | upstream distribution source (licence apache-2.0 per source) |
| Upstream licence | `apache-2.0` |
| Architecture | `whisper` |
| Tensors | 947 |
| SHA-256 | `5674fc56480fb45caa90a0e68fd25168de15200c58c5af20e550dfbdc3d6ecf3` |
| 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 whisper-medium.gguf
shasum -a 256 whisper-medium.gguf   # expect 5674fc56480fb45caa90a0e68fd25168de15200c58c5af20e550dfbdc3d6ecf3
```