Instructions to use Laly/imdbreviews_classification_distilbert_v02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Laly/imdbreviews_classification_distilbert_v02 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Laly/imdbreviews_classification_distilbert_v02")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Laly/imdbreviews_classification_distilbert_v02") model = AutoModelForSequenceClassification.from_pretrained("Laly/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:20942c1b3037bb46cbb65e08a4105674483ad641de2eea3fa437c146e55d4523
|
| 3 |
size 267855533
|
runs/Sep02_15-46-30_e3f7d123710b/events.out.tfevents.1693669666.e3f7d123710b.28.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:14d5f8207f781bb2d16777f0a1de2184f9b9a168a7fe07afb34ac7ef6abc8bd0
|
| 3 |
+
size 5377
|