Text Classification
Transformers
Safetensors
Indonesian
bert
indoBERT
classification
aduan
indonesian
Eval Results (legacy)
text-embeddings-inference
Instructions to use Zulkifli1409/aduan-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zulkifli1409/aduan-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Zulkifli1409/aduan-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Zulkifli1409/aduan-model") model = AutoModelForSequenceClassification.from_pretrained("Zulkifli1409/aduan-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload aduan_model.pt
Browse files- aduan_model.pt +3 -0
aduan_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3154e1d40e361d1cf03d84526097b2297754d4f7b449395970350eeebcb75e11
|
| 3 |
+
size 497856839
|