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

patrickvonplaten
/
phoneme_test_5_sv

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
multilingual_librispeech
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use patrickvonplaten/phoneme_test_5_sv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use patrickvonplaten/phoneme_test_5_sv with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="patrickvonplaten/phoneme_test_5_sv", device_map="auto")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("patrickvonplaten/phoneme_test_5_sv")
    model = AutoModelForCTC.from_pretrained("patrickvonplaten/phoneme_test_5_sv", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
phoneme_test_5_sv
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 42 commits
patrickvonplaten's picture
patrickvonplaten
Update tokenizer_config.json
bd3fb52 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, step 100 over 4 years ago
  • README.md
    3.17 kB
    Create README.md over 4 years ago
  • added_tokens.json
    11 Bytes
    Training in progress, step 100 over 4 years ago
  • all_results.json
    399 Bytes
    End of training over 4 years ago
  • config.json
    1.85 kB
    Training in progress, step 100 over 4 years ago
  • emissions.csv
    306 Bytes
    End of training over 4 years ago
  • eval_results.json
    225 Bytes
    End of training over 4 years ago
  • preprocessor_config.json
    212 Bytes
    Training in progress, step 100 over 4 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    End of training over 4 years ago
  • special_tokens_map.json
    308 Bytes
    Training in progress, step 100 over 4 years ago
  • tokenizer_config.json
    349 Bytes
    Update tokenizer_config.json over 4 years ago
  • train_results.json
    196 Bytes
    End of training over 4 years ago
  • trainer_state.json
    1.69 MB
    End of training over 4 years ago
  • training_args.bin
    2.93 kB
    xet
    Training in progress, step 100 over 4 years ago
  • vocab.json
    437 Bytes
    Training in progress, step 100 over 4 years ago