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 1000
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:800e8624c656558b30d44ebc9133fb8534e6cb12295b423cbfda88b1d75fa603
|
| 3 |
size 498662069
|
runs/Jun05_22-30-12_27439226fc1a/events.out.tfevents.1686004222.27439226fc1a.948.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:71a4052000e68e91ae8cfafccac0ce00c5d9ad9033fca34d659b5f40542c1a0a
|
| 3 |
+
size 4962
|