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

ylacombe
/
w2v-bert-2.0

Feature Extraction
Transformers
Safetensors
wav2vec2-bert
Model card Files Files and versions
xet
Community
13

Instructions to use ylacombe/w2v-bert-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ylacombe/w2v-bert-2.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ylacombe/w2v-bert-2.0")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("ylacombe/w2v-bert-2.0")
    model = AutoModel.from_pretrained("ylacombe/w2v-bert-2.0")
  • Notebooks
  • Google Colab
  • Kaggle
w2v-bert-2.0
2.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ylacombe's picture
ylacombe
Upload feature extractor
9e46e00 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    2.38 kB
    Setting dropout to 0 over 2 years ago
  • model.safetensors
    2.33 GB
    xet
    Upload Wav2Vec2ConformerForPreTraining over 2 years ago
  • preprocessor_config.json
    230 Bytes
    Upload feature extractor over 2 years ago