Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

flax-community
/
wav2vec2-dhivehi

Automatic Speech Recognition
Transformers
PyTorch
JAX
TensorBoard
Divehi
wav2vec2
pretraining
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use flax-community/wav2vec2-dhivehi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use flax-community/wav2vec2-dhivehi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="flax-community/wav2vec2-dhivehi")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForPreTraining
    
    processor = AutoProcessor.from_pretrained("flax-community/wav2vec2-dhivehi")
    model = AutoModelForPreTraining.from_pretrained("flax-community/wav2vec2-dhivehi", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-dhivehi
1.71 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 17 commits
eyna's picture
eyna
Create train.sh
a83fcbd about 5 years ago
  • runs
    pytorch model about 5 years ago
  • .gitattributes
    736 Bytes
    Update .gitattributes about 5 years ago
  • README.md
    1.2 kB
    add readme about 5 years ago
  • config.json
    1.84 kB
    initial commit about 5 years ago
  • flax_model.msgpack
    380 MB
    xet
    update model about 5 years ago
  • preprocessor_config.json
    159 Bytes
    config file about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    378 MB
    xet
    new model about 5 years ago
  • run_wav2vec2_pretrain_flax.py
    110 Bytes
    initial commit about 5 years ago
  • special_tokens_map.json
    103 Bytes
    pytorch model about 5 years ago
  • tokenizer_config.json
    193 Bytes
    pytorch model about 5 years ago
  • train.sh
    617 Bytes
    Create train.sh about 5 years ago
  • vocab.json
    548 Bytes
    Update vocab.json about 5 years ago