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
metadata
license: mit
language:
- id
base_model:
- indobenchmark/indobert-base-p1
pipeline_tag: text-classification
library_name: transformers
tags:
- indobert
- intent-classification
- text-classification