Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use pradanaadn/sucidal-text-classification-distillbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pradanaadn/sucidal-text-classification-distillbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pradanaadn/sucidal-text-classification-distillbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pradanaadn/sucidal-text-classification-distillbert") model = AutoModelForSequenceClassification.from_pretrained("pradanaadn/sucidal-text-classification-distillbert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 5000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba5f6832d183fa34aea4de6394d8e10e7f6123fafd5d76b749edbdacfff4d1b0
|
| 3 |
size 267832560
|
runs/Jul17_07-51-51_ec5a69c5e9f8/events.out.tfevents.1721202718.ec5a69c5e9f8.3075.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5efef1670b9c8ebf9da9cf11ba3d9222bed8982f13b5aff6b735c5b426043b41
|
| 3 |
+
size 5449
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf611e7f87299a3209a0d97e3586f44082c4443d344e78da747aace56889fcc9
|
| 3 |
size 5112
|