Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use petermutwiri/distilbert-base-uncased-Distilbert-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use petermutwiri/distilbert-base-uncased-Distilbert-Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="petermutwiri/distilbert-base-uncased-Distilbert-Model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("petermutwiri/distilbert-base-uncased-Distilbert-Model") model = AutoModelForSequenceClassification.from_pretrained("petermutwiri/distilbert-base-uncased-Distilbert-Model") - Notebooks
- Google Colab
- Kaggle
Commit ·
5d8a4fc
1
Parent(s): 5013ca4
Training in progress, step 9500
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 267858605
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b8e499d39f37987e95bcde28f6326b9e67071bb7446b9702a86ef9b9bf98189
|
| 3 |
size 267858605
|