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