Text Classification
Transformers
Safetensors
Indonesian
bert
indobert
intent-classification
text-embeddings-inference
Instructions to use Firdania/sindesa-indobert-intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Firdania/sindesa-indobert-intent with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Firdania/sindesa-indobert-intent")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Firdania/sindesa-indobert-intent") model = AutoModelForSequenceClassification.from_pretrained("Firdania/sindesa-indobert-intent", device_map="auto") - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 15
Model tree for Firdania/sindesa-indobert-intent
Base model
indobenchmark/indobert-base-p1