Instructions to use JmGarzonv/imdbreviews_classification_distilbert_v02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JmGarzonv/imdbreviews_classification_distilbert_v02 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JmGarzonv/imdbreviews_classification_distilbert_v02")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JmGarzonv/imdbreviews_classification_distilbert_v02") model = AutoModelForSequenceClassification.from_pretrained("JmGarzonv/imdbreviews_classification_distilbert_v02") - Notebooks
- Google Colab
- Kaggle
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:cc21df3eecb3c8ec3e0e60eb57c9cd3be2dd2d9a19ccb1db07dfd66f8054b4e5
|
| 3 |
size 267855533
|
runs/Sep02_15-40-15_d1b1500e83ef/events.out.tfevents.1693669707.d1b1500e83ef.28.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:cf201e3f202063aa58422a59a07432afeeb156f1861402589ca1a825139b879e
|
| 3 |
+
size 5377
|