Instructions to use vinai/bartpho-syllable with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vinai/bartpho-syllable with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="vinai/bartpho-syllable")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("vinai/bartpho-syllable") model = AutoModel.from_pretrained("vinai/bartpho-syllable", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
e86b0a3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8eb59e162b7c19001935efa03e0685ebb53b40c8d951286cff76138a87b6ac5e
size 1583451917
|