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 ·
5013ca4
1
Parent(s): 6858104
Training in progress, step 9000
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:34e2c711710b0a61893c0f4ea8f804b82d8854b4021c688e31aaf53415270337
|
| 3 |
size 267858605
|