onecxi_open-vakgyata
onecxi · View on Hugging Face ↗
Model card
The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.
language:
- en
- hi
- or
- bn
- ta
- te
- kn
- ml
- mr
- gu license: cc-by-nc-4.0 pipeline_tag: audio-classification library_name: transformers tags:
- language-identification
- indian-languages
- multilingual
- speech
- asr-preprocessing
- callcenter-ai
- speech-analytics
- audio-classification
- wav2vec2
- transformers
- pytorch
- huggingface
Model Name: open-vakgyata
Model Overview: open-vakgyata is an open-source language identification model capable of detecting and classifying indian languages from speech inputs.
Supported Languages:
| Language | Code |
|---|---|
| English (India) | en-IN |
| Hindi | hi-IN |
| Odia | or-IN |
| Bengali | bn-IN |
| Tamil | ta-IN |
| Telugu | te-IN |
| Kannada | kn-IN |
| Malayalam | ml-IN |
| Marathi | mr-IN |
| Gujarati | gu-IN |
Specification
- Supported Sampling Rate: 16000
- Recomonded Audio Format: 16kHz, 16bit PCM
Usage:
from transformers import Wav2Vec2ForSequenceClassification, AutoFeatureExtractor
import torch
device = "cpu" # "cuda"
model_id = "onecxi/open-vakgyata"
processor = AutoFeatureExtractor.from_pretrained(model_id)
model = Wav2Vec2ForSequenceClassification.from_pretrained(model_id).to(device)
Inference:
import torchaudio
audio, sr = torchaudio.load("path/to/audio.wav")
# Process the waveform and move to the appropriate device
inputs = processor(audio.flatten(), sampling_rate=sr, return_tensors="pt").to(device)
# Perform inference
with torch.no_grad():
logits = model(**inputs).logits
# Get language probabilities
probs = logits.softmax(dim=-1).cpu().numpy()
language = model.config.id2label.get(probs.argmax())
print(language)
Citation
If you use this model in your research or application, please consider citing the model and its base source:
@misc{vakgyata2024,
title={vakgyata: Language Identification for Indian Speech},
author={OneCXI},
year={2024},
url={https://huggingface.co/onecxi/open-vakgyata}
}
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:ae4792dd17604a3c86e3f994c0e09c45428cce1a&dn=onecxi_open-vakgyataOpen magnet in torrent client · infohash ae4792dd17604a3c86e3f994c0e09c45428cce1a
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| README.md | 2.1 KB (2,157 B) | 9668c62c6ece0bd54a43d2a2f2135ee52e7cfe9f | c01a07d4c28d51919aca3169f6d63584b5b2dbd60954664816419b99c1c45fc1 |
| config.json | 2.4 KB (2,452 B) | 7a6b17846d59c2a0e2c8025d3f1f396de7258c49 | 30c8e68864d30c1717cab95406b1f8b75b260e7731c81750d6229413fb9722da |
| model.safetensors | 224.1 MB (234,997,568 B) | cf894ea2bf6115c02b6f09b8242c2c519f4f7d36 | 7f5421ef766d80f5b7e88000cf7588f3ec264f8be15af38ab473f022f471e524 |
| preprocessor_config.json | 212 B (212 B) | 36ebe8b7c1cc967b3059f0494ae8a1069dd67655 | a2254a5b58f72cd4de3632f8eee64f3f098b7c1402128d2f419e7d00ae13e335 |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/onecxi_open-vakgyata/
- Slug
- onecxi_open-vakgyata
- Infohash
- ae4792dd17604a3c86e3f994c0e09c45428cce1a
- License
- cc-by-nc-4.0
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: onecxi_open-vakgyata.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | onecxi/open-vakgyata |
|---|---|
| Revision (pinned) | f2754058e485dfc65cc62589b8d0e21c1d328399 |
| Fetched at | 2026-09-04T04:32:15Z |
| License at fetch | cc-by-nc-4.0 |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-04T04:32:21Z
cc-by-nc-4.0non-commercial use only224.1 MB (235,002,389 bytes)transformersonnxsafetensorswav2vec2audio-classificationlanguage-identificationindian-languagesmultilingualspeechasr-preprocessingcallcenter-aispeech-analyticspytorchhuggingfaceendpoints_compatible10 languages (en, hi, or …)