Instructions to use fffffly/roberta_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fffffly/roberta_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fffffly/roberta_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fffffly/roberta_model") model = AutoModelForSequenceClassification.from_pretrained("fffffly/roberta_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498662069
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8d67afca996f374f4a5899344bc7d4adbd6eda5296939702fd65c726fac7d78
|
| 3 |
size 498662069
|
runs/Jun05_23-08-33_799540303c9c/1686006636.1657734/events.out.tfevents.1686006636.799540303c9c.375.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d49a4ff45b65035a120c08f58933ef163dad2bb3f822650b365d0445f9807199
|
| 3 |
+
size 5898
|
runs/Jun05_23-08-33_799540303c9c/events.out.tfevents.1686006636.799540303c9c.375.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4cab0cd4b49dbf9229004c280e79ddbe79b15a82b0c1adb59bdde89c752da42
|
| 3 |
+
size 4482
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3899
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d276e071c034b48f0bf49a95b853d80bfd550cb43e7ecc977fb90ca232dafa30
|
| 3 |
size 3899
|