Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
Instructions to use afbudiman/distilled-indobert-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use afbudiman/distilled-indobert-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="afbudiman/distilled-indobert-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("afbudiman/distilled-indobert-classification") model = AutoModelForSequenceClassification.from_pretrained("afbudiman/distilled-indobert-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/1649402272.8696902/events.out.tfevents.1649402272.34a9d4607866.1375.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b3c5fd9c880137fc1a9a224838bb9b79b4462609e7fefff35c71c38224ce56a
|
| 3 |
+
size 4895
|
logs/events.out.tfevents.1649402272.34a9d4607866.1375.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa42286aa22daeb871e297bae1e27d14e492ebd57d360b7bf8ced298540d5304
|
| 3 |
+
size 3954
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267857393
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b3c697dcd4905f551ad87a380e28b962deb6f88a36fa439d92986837eef08df
|
| 3 |
size 267857393
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3247
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba669a11713e099f5efbc2abf8cb478c0f77ff12ae73e7d4a1627546cab6ffd8
|
| 3 |
size 3247
|