Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use TheChefHU/classifier-chapter4_distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheChefHU/classifier-chapter4_distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TheChefHU/classifier-chapter4_distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TheChefHU/classifier-chapter4_distilbert") model = AutoModelForSequenceClassification.from_pretrained("TheChefHU/classifier-chapter4_distilbert") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
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:f290711ef2c05b087724295f1f15fb03d84b67f5ca839871c7041ce641041f15
|
| 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 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4712faaa94b618de796bb43a4d9be6511328f59e66df80d2b8e806bf025ee950
|
| 3 |
size 5841
|