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", device_map="auto") - 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:724616c592914a3f4e9537c2f437e6c1077307b37d9ee1a048472bc461d24d5a
|
| 3 |
size 267832560
|
runs/Aug26_19-14-13_ede07e5cad84/events.out.tfevents.1756235660.ede07e5cad84.176.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:81c0e549fb532ac9b2f7bc9fb2c3b2090601bdf1204ee23c3add20755a24684e
|
| 3 |
+
size 6833
|