Text Classification
Transformers
Safetensors
Indonesian
bert
indobert
intent-classification
jkn-kis
bpjs
bahasa-indonesia
healthcare
nlp
text-embeddings-inference
Instructions to use vinapatri/intent-classification-jkn-kis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vinapatri/intent-classification-jkn-kis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vinapatri/intent-classification-jkn-kis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("vinapatri/intent-classification-jkn-kis") model = AutoModelForSequenceClassification.from_pretrained("vinapatri/intent-classification-jkn-kis") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes