deberta-v3-large / README.md
ayousanz's picture
Upload folder using huggingface_hub
a36bdb2 verified
|
Raw
History Blame Contribute Delete
1.64 kB
---
license: mit
library_name: vokra
tags:
- vokra
- gguf
---
# deberta-v3-large (Vokra GGUF)
Converted to the Vokra GGUF format for [Vokra](https://github.com/ayutaz/vokra), a zero-dependency speech-AI inference runtime.
**This is a conversion, not a new model.** The weights are the upstream ones; Vokra re-packages them so its runtime can memory-map them directly. Credit for the model belongs upstream — see *Source* below.
## Files
| File | Size | SHA-256 |
|---|---|---|
| `deberta-v3-large.gguf` | 833.1 MB | `b3c07c6f91ec36bfd556dd511e6c9471ccc417b95a0d75bd605d26feb4666b0d` |
## Usage
```bash
# Download (any HTTP client works — the file is a plain GGUF)
curl -L -o deberta-v3-large.gguf \
https://huggingface.co/vokra/deberta-v3-large/resolve/main/deberta-v3-large.gguf
```
```bash
vokra-cli run --model deberta-v3-large.gguf --input input.wav
```
## Provenance
| Field | Value |
|---|---|
| Architecture | `deberta_v3` |
| Tensors | 402 |
| Upstream source | microsoft/deberta-v3-large |
| Upstream licence | `mit` |
| Licence class | `permissive` |
| Registry model id | `deberta-v3-large` |
| Vokra GGUF schema | 1 |
| Converted by | vokra-core 0.1.0-alpha.0 |
Every row above is read out of this file's own `vokra.*` metadata, so the card cannot claim something the artifact does not carry.
## Licence
The weights are distributed under **mit**, unchanged from upstream. Conversion does not alter the licence, and your obligations run to the upstream author.
## Verifying this file
```bash
shasum -a 256 deberta-v3-large.gguf
# expect: b3c07c6f91ec36bfd556dd511e6c9471ccc417b95a0d75bd605d26feb4666b0d
```