Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use sachin19566/distilbert_Pizza_Intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sachin19566/distilbert_Pizza_Intent with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sachin19566/distilbert_Pizza_Intent")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sachin19566/distilbert_Pizza_Intent") model = AutoModelForSequenceClassification.from_pretrained("sachin19566/distilbert_Pizza_Intent", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e6abc87
1
Parent(s): 0101919
Training in progress, epoch 3
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267861677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b11a526620311755e207611a012ee421156c8b651c7c529a050e6d654afb0cc
|
| 3 |
size 267861677
|