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

  • Log In
  • Sign Up

voidful
/
phoneme_byt5_v2

Transformers
PyTorch
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use voidful/phoneme_byt5_v2 with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("voidful/phoneme_byt5_v2")
    model = AutoModelForSeq2SeqLM.from_pretrained("voidful/phoneme_byt5_v2")
  • Notebooks
  • Google Colab
  • Kaggle
phoneme_byt5_v2
599 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
voidful's picture
voidful
add extra token
78785df over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • added_tokens.json
    20.3 kB
    add extra token over 3 years ago
  • config.json
    755 Bytes
    init commit over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    599 MB
    xet
    init commit over 3 years ago
  • special_tokens_map.json
    3.09 kB
    add extra token over 3 years ago
  • tokenizer_config.json
    3.48 kB
    add extra token over 3 years ago