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

CasperMuz
/
wav2vec2-base-sna-cleaned

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Shona
wav2vec2
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use CasperMuz/wav2vec2-base-sna-cleaned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CasperMuz/wav2vec2-base-sna-cleaned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="CasperMuz/wav2vec2-base-sna-cleaned")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("CasperMuz/wav2vec2-base-sna-cleaned")
    model = AutoModelForCTC.from_pretrained("CasperMuz/wav2vec2-base-sna-cleaned", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-sna-cleaned
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
CasperMuz's picture
CasperMuz
End of training
a02528e verified about 1 month ago
  • runs
    End of training about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.92 kB
    End of training about 1 month ago
  • added_tokens.json
    30 Bytes
    End of training about 1 month ago
  • all_results.json
    427 Bytes
    End of training about 1 month ago
  • config.json
    2.34 kB
    End of training about 1 month ago
  • model.safetensors
    378 MB
    xet
    End of training about 1 month ago
  • processor_config.json
    300 Bytes
    End of training about 1 month ago
  • test_results.json
    208 Bytes
    End of training about 1 month ago
  • tokenizer_config.json
    1.24 kB
    End of training about 1 month ago
  • train_results.json
    221 Bytes
    End of training about 1 month ago
  • trainer_state.json
    34.4 kB
    End of training about 1 month ago
  • training_args.bin

    Detected Pickle imports (10)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SaveStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    5.27 kB
    xet
    End of training about 1 month ago
  • vocab.json
    331 Bytes
    End of training about 1 month ago