Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use davidop97/imdbreviews_classification_distilbert_v02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davidop97/imdbreviews_classification_distilbert_v02 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="davidop97/imdbreviews_classification_distilbert_v02")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("davidop97/imdbreviews_classification_distilbert_v02") model = AutoModelForSequenceClassification.from_pretrained("davidop97/imdbreviews_classification_distilbert_v02") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
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:2e04863068b103d35b8c4796018ab4d70439cf1b5a11c50032308fbebb5f2233
|
| 3 |
size 267832560
|
runs/Apr11_14-27-16_f337e0a4868a/events.out.tfevents.1744381644.f337e0a4868a.31.1
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:450d06d09dfc2a5be44fb79d4bb3f374e21fb4d0129adc757a33512985f3149f
|
| 3 |
+
size 7634
|