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 ·
116efbb
1
Parent(s): a87088b
Training in progress, epoch 26
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:fbbf37e81bccc24dc6a21ee15a20e7ed8dc404ab18184f58c553738b2be1ba76
|
| 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:1a860dc513f4b6c11aa20e6d712b09d84c420cb933c242f90760cf14799ff7b2
|
| 3 |
+
size 12758
|