CoolFace
Modelpublic

eugenehp/w2v-bert-2.0

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes47downloads
Model Card

Wav2Vec2-BERT 2.0 (RLX staging)

Seamless W2V-BERT 2.0 Conformer encoder weights for RLX.

FieldValue
Hub id`eugenehp/w2v-bert-2.0`
KindStaging redistrib of an upstream checkpoint for RLX runners.
RLX crate`rlx-wav2vec2-bert`
Upstreamhttps://huggingface.co/facebook/w2v-bert-2.0

Quick start

bash
hf download eugenehp/w2v-bert-2.0 --local-dir .
export RLX_W2V_BERT_DIR=.; cargo test -p rlx-wav2vec2-bert --release

File highlights

  • —model.safetensors (2.2 GiB)
  • —w2v-bert-2.0.f16.gguf (1.1 GiB)
  • —config.json (1.8 KiB)
  • —preprocessor_config.json (275 B)

Do not use as the main runtime pack

These files may be present for historical / staging reasons but are not the supported RLX load path:

  • —w2v-bert-2.0.f16.gguf

Community *.f16.gguf / LM-only Q4 packs are format wraps — they are not drop-in replacements for the RLX primary file above.

Run with RLX

Clone rlx-models, place this repo under weights/audio/w2v-bert-2.0 (or pass the path explicitly), then:

bash
export RLX_W2V_BERT_DIR=.; cargo test -p rlx-wav2vec2-bert --release

License

MIT — see LICENSE. Inherit upstream terms when redistributing.

Original weights and authorship: https://huggingface.co/facebook/w2v-bert-2.0

Redistrib note

This Hub repo exists so RLX recipes have a stable fetch target. When you only need the upstream checkpoint, prefer the Upstream link above.