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

lgris
/
base_10k_8khz_pt

Automatic Speech Recognition
Transformers
PyTorch
Portuguese
wav2vec2
audio
speech
portuguese-speech-corpus
PyTorch
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use lgris/base_10k_8khz_pt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="lgris/base_10k_8khz_pt")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("lgris/base_10k_8khz_pt")
    model = AutoModelForCTC.from_pretrained("lgris/base_10k_8khz_pt")
  • Notebooks
  • Google Colab
  • Kaggle
base_10k_8khz_pt
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
lgris's picture
lgris
Create README.md
52b8342 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    2.19 kB
    Create README.md over 4 years ago
  • config.json
    2.1 kB
    Update config.json over 4 years ago
  • preprocessor_config.json
    254 Bytes
    Update preprocessor_config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    378 MB
    xet
    Update from gris over 4 years ago
  • special_tokens_map.json
    85 Bytes
    Update from gris over 4 years ago
  • tokenizer_config.json
    221 Bytes
    Update from gris over 4 years ago
  • vocab.json
    411 Bytes
    Update from gris over 4 years ago