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 7400
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:c8268131cc59dfb9ddc9e825acaf5f62a58fbd506734012f0645112a99cadc7d
|
| 3 |
size 267832560
|
runs/Dec03_13-26-52_0b17c882e740/events.out.tfevents.1733232414.0b17c882e740.315.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:49a2126c0076fd9ea74ef4a2a8c6091758e39bef1f609f58cd8161b07673e9f8
|
| 3 |
+
size 5762
|