Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Sharpaxis/distilbert-news-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sharpaxis/distilbert-news-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sharpaxis/distilbert-news-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sharpaxis/distilbert-news-classification") model = AutoModelForSequenceClassification.from_pretrained("Sharpaxis/distilbert-news-classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 955
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:360d956050e54b250fccfaf8887307addf5de595c93005942a0be7eb5e45c32c
|
| 3 |
size 267832560
|
runs/Nov23_13-57-13_Aadityas-MacBook-Pro.local/events.out.tfevents.1732350433.Aadityas-MacBook-Pro.local.2736.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bda24fa5edb1412837b2ec8b77e1c38563fd23e4fe6a82081c6a567b1511015b
|
| 3 |
+
size 7487
|