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

  • Log In
  • Sign Up

Classroom-workshop
/
assignment1-jane

Automatic Speech Recognition
Transformers
PyTorch
google-tensorflow TensorFlow
English
speech_to_text
speech
audio
hf-asr-leaderboard
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use Classroom-workshop/assignment1-jane with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Classroom-workshop/assignment1-jane with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Classroom-workshop/assignment1-jane")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Classroom-workshop/assignment1-jane")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Classroom-workshop/assignment1-jane")
  • Notebooks
  • Google Colab
  • Kaggle
assignment1-jane
248 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Omar Sanseviero
Upload vocab.json
9d87d97 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    6.06 kB
    Upload README.md almost 4 years ago
  • config.json
    1.14 kB
    Upload config.json almost 4 years ago
  • preprocessor_config.json
    242 Bytes
    Upload preprocessor_config.json almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    118 MB
    xet
    Upload pytorch_model.bin with git-lfs almost 4 years ago
  • sentencepiece.bpe.model
    417 kB
    xet
    Upload sentencepiece.bpe.model with git-lfs almost 4 years ago
  • special_tokens_map.json
    85 Bytes
    Upload special_tokens_map.json almost 4 years ago
  • tf_model.h5
    129 MB
    xet
    Upload tf_model.h5 with git-lfs almost 4 years ago
  • tokenizer_config.json
    456 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • vocab.json
    235 kB
    Upload vocab.json almost 4 years ago