Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

kehanlu
/
mandarin-wav2vec2

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

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

  • Libraries
  • Transformers

    How to use kehanlu/mandarin-wav2vec2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="kehanlu/mandarin-wav2vec2")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("kehanlu/mandarin-wav2vec2")
    model = AutoModel.from_pretrained("kehanlu/mandarin-wav2vec2")
  • Notebooks
  • Google Colab
  • Kaggle
mandarin-wav2vec2
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kehanlu's picture
kehanlu
Upload 6 files
6ab33cf over 3 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • config.json
    1.94 kB
    Upload 6 files over 3 years ago
  • preprocessor_config.json
    258 Bytes
    Upload 6 files over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    378 MB
    xet
    Upload 6 files over 3 years ago
  • special_tokens_map.json
    87 Bytes
    Upload 6 files over 3 years ago
  • tokenizer_config.json
    259 Bytes
    Upload 6 files over 3 years ago
  • vocab.json
    53.9 kB
    Upload 6 files over 3 years ago