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

LeBenchmark
/
wav2vec2-FR-7K-large

Feature Extraction
Transformers
PyTorch
Safetensors
French
wav2vec2
Model card Files Files and versions
xet
Community
1

Instructions to use LeBenchmark/wav2vec2-FR-7K-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LeBenchmark/wav2vec2-FR-7K-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="LeBenchmark/wav2vec2-FR-7K-large")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("LeBenchmark/wav2vec2-FR-7K-large")
    model = AutoModel.from_pretrained("LeBenchmark/wav2vec2-FR-7K-large", device_map="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-FR-7K-large
6.33 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 10 commits
HaNguyen's picture
HaNguyen
Update info
7fa1111 almost 3 years ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model (#1) over 3 years ago
  • README.md
    5.62 kB
    Update info almost 3 years ago
  • checkpoint_best.pt
    3.81 GB
    xet
    upload almost 5 years ago
  • config.json
    1.5 kB
    upload almost 5 years ago
  • model.safetensors
    1.26 GB
    xet
    Adding `safetensors` variant of this model (#1) over 3 years ago
  • preprocessor_config.json
    158 Bytes
    upload almost 5 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    upload almost 5 years ago