Instructions to use jongalon/imdbreviews_classification_distilbert_v01_clf_finetuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jongalon/imdbreviews_classification_distilbert_v01_clf_finetuning with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jongalon/imdbreviews_classification_distilbert_v01_clf_finetuning")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jongalon/imdbreviews_classification_distilbert_v01_clf_finetuning") model = AutoModelForSequenceClassification.from_pretrained("jongalon/imdbreviews_classification_distilbert_v01_clf_finetuning", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 263167661
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f8101565ae8bb5feb46154eb10084bf5586b36018d2e0b5b32184c46531bbdf
|
| 3 |
size 263167661
|
runs/Nov01_13-36-37_01de99dd749d/events.out.tfevents.1698845892.01de99dd749d.32.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f34fd3524185c016d849c59cbc2dba180ac1a484ecf0602a711265fa8c11280c
|
| 3 |
+
size 4959
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3397e03da2b58752c889e6e795dc3de030484d97cc559b96a77b56e7829ec9b3
|
| 3 |
size 4027
|