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

  • Log In
  • Sign Up

Gustav114514
/
work

Automatic Speech Recognition
Transformers
PyTorch
JAX
Japanese
wav2vec2
audio
speech
xlsr-fine-tuning-week
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Gustav114514/work with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Gustav114514/work")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Gustav114514/work")
    model = AutoModelForCTC.from_pretrained("Gustav114514/work")
  • Notebooks
  • Google Colab
  • Kaggle
work
2.54 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Gustav114514's picture
Gustav114514
Update config.json
19d0a8f verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    8.63 kB
    Upload 7 files over 2 years ago
  • config.json
    1.56 kB
    Update config.json over 2 years ago
  • flax_model.msgpack
    1.27 GB
    xet
    Upload 7 files over 2 years ago
  • preprocessor_config.json
    158 Bytes
    Upload 7 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.27 GB
    xet
    Upload 7 files over 2 years ago
  • special_tokens_map.json
    85 Bytes
    Upload 7 files over 2 years ago
  • vocab.json
    29.3 kB
    Upload 7 files over 2 years ago