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.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
ylacombe's picture
ylacombe
Upload model (#9)
e7d9b1e verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.87 kB
    Upload model (#9) over 2 years ago
  • model.safetensors
    2.32 GB
    xet
    Upload model (#5) over 2 years ago
  • preprocessor_config.json
    275 Bytes
    Upload feature extractor (#10) over 2 years ago