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 2
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:be242bf3ddd21087cdc392ffadb0f8e40c8d41e9e2e2620d6810f94d194a92c3
|
| 3 |
size 267832560
|
runs/Apr11_16-03-11_7b575d9390bc/events.out.tfevents.1744387401.7b575d9390bc.30.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:c7998f696bb0493aac1900589f0964c4314506736319fa822d827b97097dd54a
|
| 3 |
+
size 7379
|