Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
text-embeddings-inference
Instructions to use jdmartinev/imdbreviews_classification_distilbert_v02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jdmartinev/imdbreviews_classification_distilbert_v02 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jdmartinev/imdbreviews_classification_distilbert_v02")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jdmartinev/imdbreviews_classification_distilbert_v02") model = AutoModelForSequenceClassification.from_pretrained("jdmartinev/imdbreviews_classification_distilbert_v02") - Notebooks
- Google Colab
- Kaggle
Commit ·
010c0bf
1
Parent(s): f870bd3
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fed949cf7453020d8663d0658c354c7faf54fb0a88228fc4ba795ed63a8ed939
|
| 3 |
size 267855533
|
runs/Aug24_16-41-42_d90d93f08be0/events.out.tfevents.1724517862.d90d93f08be0.33.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:249fe7153dc56deed0f7ebebc1355c45f4c80a5eed927dbd154b107318f5358a
|
| 3 |
+
size 5377
|