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