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

marma
/
voxrex-bart-swedish

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
speech-encoder-decoder
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use marma/voxrex-bart-swedish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use marma/voxrex-bart-swedish with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="marma/voxrex-bart-swedish")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq
    
    tokenizer = AutoTokenizer.from_pretrained("marma/voxrex-bart-swedish")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("marma/voxrex-bart-swedish")
  • Notebooks
  • Google Colab
  • Kaggle
voxrex-bart-swedish
1.73 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
KB's picture
KB
Update
b2f9920 about 3 years ago
  • runs
    Update about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    25 Bytes
    initial commit about 3 years ago
  • config.json
    6.86 kB
    First about 3 years ago
  • generate_config.json
    40 Bytes
    Create generate_config.json about 3 years ago
  • preprocessor_config.json
    254 Bytes
    First about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.72 GB
    xet
    Update about 3 years ago
  • special_tokens_map.json
    168 Bytes
    First about 3 years ago
  • tokenizer.json
    2.23 MB
    First about 3 years ago
  • tokenizer_config.json
    529 Bytes
    First about 3 years ago