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:a97ea03fa69d64353784d3a3b8ddc75a0af157c0a91a1b0d257aa4d3f8a0ec73
|
| 3 |
size 267832560
|
runs/Apr11_12-52-57_f337e0a4868a/events.out.tfevents.1744375986.f337e0a4868a.31.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:12171925db9488aeffe2a1e9923545923aee5979c414357d11f9b8803fc5667f
|
| 3 |
+
size 6889
|