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