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

anton-l
/
wav2vec2-base-lang-id

Audio Classification
Transformers
PyTorch
TensorBoard
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
3

Instructions to use anton-l/wav2vec2-base-lang-id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anton-l/wav2vec2-base-lang-id with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="anton-l/wav2vec2-base-lang-id")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("anton-l/wav2vec2-base-lang-id")
    model = AutoModelForAudioClassification.from_pretrained("anton-l/wav2vec2-base-lang-id")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-lang-id
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
anton-l's picture
anton-l HF Staff
update model card README.md
1d4eda8 over 4 years ago
  • runs
    End of training over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 0 over 4 years ago
  • README.md
    2.11 kB
    update model card README.md over 4 years ago
  • all_results.json
    351 Bytes
    End of training over 4 years ago
  • config.json
    3.99 kB
    Training in progress, epoch 0 over 4 years ago
  • emissions.csv
    304 Bytes
    End of training over 4 years ago
  • eval_results.json
    204 Bytes
    End of training over 4 years ago
  • preprocessor_config.json
    215 Bytes
    Training in progress, epoch 0 over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    378 MB
    xet
    End of training over 4 years ago
  • train_results.json
    168 Bytes
    End of training over 4 years ago
  • trainer_state.json
    24 kB
    End of training over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    2.93 kB
    xet
    Training in progress, epoch 0 over 4 years ago