Instructions to use giovy79/imdbreviews_classification_distilbert_v02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use giovy79/imdbreviews_classification_distilbert_v02 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="giovy79/imdbreviews_classification_distilbert_v02")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("giovy79/imdbreviews_classification_distilbert_v02") model = AutoModelForSequenceClassification.from_pretrained("giovy79/imdbreviews_classification_distilbert_v02", 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 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24b72d20559226ad84e894efb41cf2b7280a1b052e312bd2167b551f69750b88
|
| 3 |
size 267855533
|
runs/Nov01_18-58-18_605012dd2dfb/events.out.tfevents.1698865235.605012dd2dfb.32.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71287f099b8aebfb1652fda6fbc83d8f71af4bc29a7daeaa6cbcb1c30ba74eaa
|
| 3 |
+
size 4740
|
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:929215eabb0191b8b15694e9361f016280307048134f61b76c90d733f5096fda
|
| 3 |
size 4027
|