Instructions to use JmGarzonv/imdbreviews_classification_roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JmGarzonv/imdbreviews_classification_roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JmGarzonv/imdbreviews_classification_roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JmGarzonv/imdbreviews_classification_roberta-base") model = AutoModelForSequenceClassification.from_pretrained("JmGarzonv/imdbreviews_classification_roberta-base") - 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 498657649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72e45f8de474a62f44728152d53c39723db41b52616d54c57dee80ebe5f44b5e
|
| 3 |
size 498657649
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:057c0a45b2d7e41f29383ac77c9af94b6e5fca5365a606b50a89946ccbd3abdf
|
| 3 |
size 4091
|