Instructions to use Mathnub/imdb-score-predict-distilbert2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mathnub/imdb-score-predict-distilbert2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mathnub/imdb-score-predict-distilbert2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mathnub/imdb-score-predict-distilbert2") model = AutoModelForSequenceClassification.from_pretrained("Mathnub/imdb-score-predict-distilbert2") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 30
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267852461
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6df877f9af9ee5a982e279c251b631134b5380f405e693eaba316eaf63052599
|
| 3 |
size 267852461
|