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 626
Browse files- model.safetensors +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:855d6a71bdb4b683d1acf775f62c3f15f5bfea28733a43cce26ac3a4779f98dc
|
| 3 |
size 267838720
|