Instructions to use Wikidepia/indonesian-punctuation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Wikidepia/indonesian-punctuation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Wikidepia/indonesian-punctuation")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Wikidepia/indonesian-punctuation") model = AutoModelForTokenClassification.from_pretrained("Wikidepia/indonesian-punctuation") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
638025d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a99475cf1422ce6b5293c7d195e960e435c66868bf8d65be6971ef0bee0bbaca
size 22283031
|