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

  • Log In
  • Sign Up

Splend1dchan
/
phoneme-bart-base

Feature Extraction
Transformers
PyTorch
bart
Model card Files Files and versions
xet
Community
2

Instructions to use Splend1dchan/phoneme-bart-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Splend1dchan/phoneme-bart-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Splend1dchan/phoneme-bart-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Splend1dchan/phoneme-bart-base")
    model = AutoModel.from_pretrained("Splend1dchan/phoneme-bart-base")
  • Notebooks
  • Google Colab
  • Kaggle
phoneme-bart-base
559 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
Splend1dchan's picture
Splend1dchan
redo phonemize
8b6df48 about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • config.json
    1.7 kB
    upload model about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    558 MB
    xet
    upload model about 4 years ago
  • tokenizer.json
    1.15 MB
    redo phonemize about 4 years ago
  • tokenizer_config.json
    28 Bytes
    change tokenizer to bert about 4 years ago
  • vocab.txt
    432 kB
    redo phonemize about 4 years ago