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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

labhamlet
/
wavjepa-nat-base

Feature Extraction
Transformers
Safetensors
wavjepa-nat-base
audio
speech
waveform
custom_code
Model card Files Files and versions
xet
Community

Instructions to use labhamlet/wavjepa-nat-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use labhamlet/wavjepa-nat-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="labhamlet/wavjepa-nat-base", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("labhamlet/wavjepa-nat-base", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wavjepa-nat-base
801 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
GokseninYuksel's picture
GokseninYuksel
Upload model
15d95ff verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    9.98 kB
    Update README.md 6 months ago
  • audio_extractor.py
    8.91 kB
    Upload model 7 months ago
  • config.json
    1.24 kB
    Upload model 6 months ago
  • configuration_wavjepa_nat.py
    3.35 kB
    Upload model 6 months ago
  • feature_extraction_wavjepa_nat.py
    4.06 kB
    Upload feature extractor 7 months ago
  • model.py
    8.38 kB
    Upload model 7 months ago
  • model.safetensors
    801 MB
    xet
    Upload model 7 months ago
  • modeling_wavjepa_nat.py
    1.48 kB
    Upload model 7 months ago
  • pos_embed.py
    10.6 kB
    Upload model 7 months ago
  • preprocessor_config.json
    301 Bytes
    Upload feature extractor 7 months ago
  • types.py
    1.64 kB
    Upload model 7 months ago
  • utils.py
    1.26 kB
    Upload model 7 months ago