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

  • Log In
  • Sign Up

Arunodhayan
/
German_ASR

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Arunodhayan/German_ASR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Arunodhayan/German_ASR")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Arunodhayan/German_ASR")
    model = AutoModelForCTC.from_pretrained("Arunodhayan/German_ASR")
  • Notebooks
  • Google Colab
  • Kaggle
German_ASR
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Arunodhayan's picture
Arunodhayan
Update README.md
75b5c24 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    567 Bytes
    Update README.md over 2 years ago
  • added_tokens.json
    23 Bytes
    Upload 9 files over 2 years ago
  • config.json
    1.88 kB
    Upload 9 files over 2 years ago
  • preprocessor_config.json
    212 Bytes
    Upload 9 files over 2 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    Upload 9 files over 2 years ago
  • special_tokens_map.json
    888 Bytes
    Upload 9 files over 2 years ago
  • tokenizer_config.json
    295 Bytes
    Upload 9 files over 2 years ago
  • trainer_state.json
    171 kB
    Upload 9 files over 2 years ago
  • training_args.bin

    Detected Pickle imports (5)

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

    How to fix it?

    2.86 kB
    xet
    Upload 9 files over 2 years ago
  • vocab.json
    327 Bytes
    Upload 9 files over 2 years ago