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