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
File size: 134 Bytes
e75b1e2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6e4fdb5e04114696ec4f7cc0cb5fc2a22a826f1c9eea234ca550b5390341a2fd
size 557771387
|