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") - Notebooks
- Google Colab
- Kaggle
Commit ·
8e2d75c
1
Parent(s): 9aefd39
Training in progress, epoch 21
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:073b93ea9837bc3c0f46d96eb945166b81db22790b79e7ab4e28e1f57f997c0f
|
| 3 |
size 328519925
|
runs/Apr13_18-52-09_e4b3ae375134/events.out.tfevents.1681411940.e4b3ae375134.2380.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:91363d53ac8b73fc2a4b11acb6f5e29c706e6d1bf715573e12d5f673dc97273a
|
| 3 |
+
size 11263
|