Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use cdhartono/classifier-chapter4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cdhartono/classifier-chapter4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cdhartono/classifier-chapter4")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cdhartono/classifier-chapter4") model = AutoModelForSequenceClassification.from_pretrained("cdhartono/classifier-chapter4") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -31,6 +31,6 @@
|
|
| 31 |
"seq_classif_dropout": 0.2,
|
| 32 |
"sinusoidal_pos_embds": false,
|
| 33 |
"tie_weights_": true,
|
| 34 |
-
"transformers_version": "4.56.
|
| 35 |
"vocab_size": 30522
|
| 36 |
}
|
|
|
|
| 31 |
"seq_classif_dropout": 0.2,
|
| 32 |
"sinusoidal_pos_embds": false,
|
| 33 |
"tie_weights_": true,
|
| 34 |
+
"transformers_version": "4.56.2",
|
| 35 |
"vocab_size": 30522
|
| 36 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267838720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f2c46a68ae00920b0b381ea031b21050e47d64d945e89e51e5eb00963680952
|
| 3 |
size 267838720
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a04069656c724010c88dd9c1547a96e20bb3ae080ad960781f521f600511874a
|
| 3 |
size 5777
|