Instructions to use Ahmed235/distilbert_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ahmed235/distilbert_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Ahmed235/distilbert_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Ahmed235/distilbert_classification") model = AutoModelForSequenceClassification.from_pretrained("Ahmed235/distilbert_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 17
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 778247060
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cbd911c6c43157f77437b3326fd10e39b60bedbb2fe65bede90f665ea261979
|
| 3 |
size 778247060
|
runs/Feb29_17-04-26_f9311f3ef7ab/events.out.tfevents.1709226267.f9311f3ef7ab.1774.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:2af944a0059297eda429c9864a4304dfc39145ee3267175409af0cacea83cd16
|
| 3 |
+
size 12688
|