Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use pilotj/distil-bert-tweaking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pilotj/distil-bert-tweaking with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pilotj/distil-bert-tweaking")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pilotj/distil-bert-tweaking") model = AutoModelForSequenceClassification.from_pretrained("pilotj/distil-bert-tweaking") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267906392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:272d2902a0945322b1098e2370c32c855495b60f146a82a0560640b3ab47d30e
|
| 3 |
size 267906392
|
runs/Sep28_11-20-55_7b554403b730/events.out.tfevents.1727522467.7b554403b730.30.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4cc2efc4e1e7062914432e1e6d68fb3fd88612de660e046ac1313f67d8385b2
|
| 3 |
+
size 12490
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d5fac56a66d1b1aa648adc29f8deb76c1a558742c90ccc8ea8112bd9750d963
|
| 3 |
size 5240
|