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
File size: 129 Bytes
d0fe243 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ca9259f59296e7b812cbef61dd4385033ed99a9683cbd01e91aec3142f9b9050
size 5905
|