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

  • Log In
  • Sign Up

susnato
/
pop2piano_dev

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

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

  • Libraries
  • Transformers

    How to use susnato/pop2piano_dev with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="susnato/pop2piano_dev")
    # Load model directly
    from transformers import AutoModelForSpeechSeq2Seq
    model = AutoModelForSpeechSeq2Seq.from_pretrained("susnato/pop2piano_dev", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pop2piano_dev
237 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 101 commits
susnato's picture
susnato
Upload README.md
bfedd54 over 2 years ago
  • .gitattributes
    1.57 kB
    Upload 2 files almost 3 years ago
  • README.md
    4.92 kB
    Upload README.md over 2 years ago
  • config.json
    897 Bytes
    Update config.json almost 3 years ago
  • generation_config.json
    663 Bytes
    Update generation_config.json almost 3 years ago
  • preprocessor_config.json
    361 Bytes
    Update preprocessor_config.json almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    236 MB
    xet
    Upload pytorch_model.bin about 3 years ago
  • tokenizer_config.json
    173 Bytes
    Update tokenizer_config.json almost 3 years ago
  • vocab.json
    57.5 kB
    Upload vocab.json almost 3 years ago