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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

joaogante
/
test_audio

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
French
English
speech_to_text
audio
speech-translation
Model card Files Files and versions
xet
Community
6

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

  • Libraries
  • Transformers

    How to use joaogante/test_audio with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="joaogante/test_audio")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("joaogante/test_audio")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("joaogante/test_audio")
  • Notebooks
  • Google Colab
  • Kaggle
test_audio
225 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
joaogante's picture
joaogante
Add TF weights
90baa65 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    4.4 kB
    test almost 4 years ago
  • config.json
    1.1 kB
    test almost 4 years ago
  • preprocessor_config.json
    242 Bytes
    test almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    109 MB
    xet
    test almost 4 years ago
  • sentencepiece.bpe.model
    241 kB
    xet
    test almost 4 years ago
  • special_tokens_map.json
    85 Bytes
    test almost 4 years ago
  • tf_model.h5
    116 MB
    xet
    Add TF weights almost 4 years ago
  • tokenizer_config.json
    195 Bytes
    test almost 4 years ago
  • vocab.json
    4.15 kB
    test almost 4 years ago