Instructions to use amottelson/roberta-replication with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amottelson/roberta-replication with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="amottelson/roberta-replication")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("amottelson/roberta-replication") model = AutoModelForSequenceClassification.from_pretrained("amottelson/roberta-replication", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
85168db
1
Parent(s): 116efbb
Training in progress, epoch 31
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328519925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ed4fe6bec5318b7880dcf336f087eb29770f5e84cc34770d12846ccbfc8db2a
|
| 3 |
size 328519925
|
runs/Apr13_19-22-44_5a0cbcdb0603/events.out.tfevents.1681413767.5a0cbcdb0603.1051.8
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:af33bcf67992f94010b235a35fc5f1029f26c4e4b06848bf2c25c94c41c1e227
|
| 3 |
+
size 14530
|