SAVRN
Search Contact SAVRN

Open-weight model · Audio classification

open-vakgyata

by OneCXi onecxi/open-vakgyata

open-vakgyata is an open-source language identification model capable of detecting and classifying indian languages from speech inputs. Specification If you use this model in your research or application, please consider citing the model and its base source

Parameters59M
Context
Weights470.1 MB
Licensecc-by-nc-4.0
AccessOpen weights
Monthly Downloads500.7k

Runs On

What it takes to serve open-vakgyata (59M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 0.1 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 0.1 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.0 GB 0.0 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

open-vakgyata is an open-source language identification model capable of detecting and classifying indian languages from speech inputs. Specification If you use this model in your research or application, please consider citing the model and its base source

Excerpt from the card by OneCXi, licensed cc-by-nc-4.0.

Configuration

Architecture
Wav2Vec2ForSequenceClassification
Layers
2
Hidden size
1,280
Feed-forward size
5,120
Attention heads
16
Vocabulary size
154
Stored precision
float32
Model type
wav2vec2

Identity and Version

Repository
onecxi/open-vakgyata
Publisher
OneCXi
Task
Audio classification
Modality
Audio
Library
transformers
Parameters
59M parameters
Languages
en, hi, or, bn, ta, te, kn, ml
Revision
f2754058e485dfc65cc62589b8d0e21c1d328399
First published
2025-03-01
Last updated
2025-07-23

Files and Weights

6 files, 470.1 MB in total. The weights are 2 files totalling 470.1 MB in onnx, safetensors.

Weights2 files · 470.1 MB
Configuration2 files · 2.7 KB
Documentation1 file · 2.2 KB
Repository1 file · 1.5 KB
Every file
FileTypeSizeSHA-256
model.safetensorsWeights235.0 MB 7f5421ef766d
onnx/model_quantized.onnxWeights235.1 MB c4cc68450a7e
config.jsonConfiguration2.5 KB
preprocessor_config.jsonConfiguration212 B
README.mdDocumentation2.2 KB
.gitattributesRepository1.5 KB

License and Download

License
cc-by-nc-4.0
Access
Open weights, no gate
Download size
470.1 MB
Download from OneCXi

Released by OneCXi through its official repository on Hugging Face. Read the license.

Memory Requirements

PrecisionWeights in memory
As published470.1 MB
16-bit0.1 GB
8-bit0.1 GB
4-bit0.0 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About open-vakgyata

How much GPU memory does open-vakgyata need?

About 0.1 GB at 16-bit and 0 GB at 4-bit: the weights (59M parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run open-vakgyata on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use open-vakgyata commercially?

Not without separate permission. open-vakgyata is released under Creative Commons Attribution-NonCommercial 4.0. CC BY-NC 4.0 permits sharing and adapting with credit for non-commercial purposes only. Commercial use needs separate permission from the rights holder.

Similar Models

Model · Audio classification

distil-wav2vec2-adult-child-cls-37m

Bookbot

DistilWav2Vec2 Adult/Child Speech Classifier is an audio classification model based on the wav2vec 2.0 architecture. This model is a distilled version of wav2vec2-adult-child-cls on a private adult/child speech classification dataset. This model was trained using HuggingFace's PyTorch framework. All training was done on a Tesla P100, provided by Kaggle. Training metrics were logged via Tensorboard. The model achieves the following results on evaluation: The following hyperparameters were used during training: - learningrate: 3e-05 - trainbatchsize: 32 - evalbatchsize: 32 - seed: 42 - gradientaccumulationsteps: 4 - totaltrainbatchsize: 128 - optimizer: Adam with betas=(0.9,0.999) and…

Open weights apache-2.0 38M parameters transformers

Audio Spectrogram Transformer (AST) model fine-tuned on Speech Commands v2. It was introduced in the paper AST: Audio Spectrogram Transformer by Gong et al. and first released in this repository. Disclaimer: The team releasing Audio Spectrogram Transformer did not write a model card for this model so this model card has been written by the Hugging Face team. The Audio Spectrogram Transformer is equivalent to ViT, but applied on audio. Audio is first turned into an image (as a spectrogram), after which a Vision Transformer is applied. The model gets state-of-the-art results on several audio classification benchmarks. You can use the raw model for classifying audio into one of the Speech…

Open weights bsd-3-clause 85M parameters transformers

Model · Audio classification

dasheng-base

Speech Team, Xiaomi MiLM Plus

Dasheng (Deep Audio-Signal Holistic Embeddings), or “大声” ("great sound"), is a general-purpose audio encoder trained on a large-scale self-supervised learning task. Dasheng is designed to capture rich audio information across various domains, including speech, music, and environmental sounds. The model is trained on 272,356 hours of diverse audio data with 1.2 billion parameters, and exhibits significant performance gains on the HEAR benchmark. Dasheng outperforms previous works on CREMA-D, LibriCount, Speech Commands, VoxLingua, and competes well in music and environmental sound classification tasks. examplefinetuneesc50.ipynb demonstrates how to train a linear head on the ESC-50 dataset…

Open weights apache-2.0 85M parameters transformers

Model · Audio classification

ced-base

Speech Team, Xiaomi MiLM Plus

CED are simple ViT-Transformer-based models for audio tagging, achieving sota performance on Audioset. Notable differences from other available models include: 1. Simplification for finetuning: Batchnormalization of Mel-Spectrograms. During finetuning one does not need to first compute mean/variance over the dataset, which is common for AST. 1. Support for variable length inputs. Most other models use a static time-frequency position embedding, which hinders the model's generalization to segments shorter than 10s. Many previous transformers simply pad their input to 10s in order to avoid the performance impact, which in turn slows down training/inference drastically. 1. Training/Inference…

Open weights apache-2.0 86M parameters transformers

MAEST is a family of Transformer models based on PASST and focused on music analysis applications. The MAEST models are also available for inference in the Essentia library and for inference and training in the official repository. You can try the MAEST interactive demo on replicate. MAEST is a music audio representation model pre-trained on the task of music style classification. According to the evaluation reported in the original paper, it reports good performance in several downstream music analysis tasks. The MAEST models can make predictions for a taxonomy of 400 music styles derived from the public metadata of Discogs. The MAEST models have reported good performance in downstream…

Open weights cc-by-nc-sa-4.0 86M parameters transformers

Audio Spectrogram Transformer (AST) model fine-tuned on AudioSet. It was introduced in the paper AST: Audio Spectrogram Transformer by Gong et al. and first released in this repository. Disclaimer: The team releasing Audio Spectrogram Transformer did not write a model card for this model so this model card has been written by the Hugging Face team. The Audio Spectrogram Transformer is equivalent to ViT, but applied on audio. Audio is first turned into an image (as a spectrogram), after which a Vision Transformer is applied. The model gets state-of-the-art results on several audio classification benchmarks. You can use the raw model for classifying audio into one of the AudioSet classes. See…

Open weights bsd-3-clause 86M parameters transformers