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

  • Log In
  • Sign Up

voidful
/
tts_hubert_cluster_bart_base

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
English
bart
text2text-generation
audio
speech
asr
hubert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use voidful/tts_hubert_cluster_bart_base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="voidful/tts_hubert_cluster_bart_base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("voidful/tts_hubert_cluster_bart_base")
    model = AutoModelForSeq2SeqLM.from_pretrained("voidful/tts_hubert_cluster_bart_base")
  • Notebooks
  • Google Colab
  • Kaggle
tts_hubert_cluster_bart_base
1.43 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
voidful's picture
voidful
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
2ddcf04 almost 3 years ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    1.06 kB
    update README result over 4 years ago
  • added_tokens.json
    9.89 kB
    init commit almost 5 years ago
  • config.json
    1.29 kB
    update config over 4 years ago
  • merges.txt
    456 kB
    init commit almost 5 years ago
  • model.safetensors
    715 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    715 MB
    xet
    init commit almost 5 years ago
  • special_tokens_map.json
    239 Bytes
    init commit almost 5 years ago
  • tokenizer.json
    1.42 MB
    init commit almost 5 years ago
  • tokenizer_config.json
    331 Bytes
    init commit almost 5 years ago
  • vocab.json
    798 kB
    init commit almost 5 years ago