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 ·
0f40813
1
Parent(s): 8e2d75c
Training in progress, epoch 25
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:1266ba23beff1070d024204f395ae25443271624ccbf2a31e728aa04c73de4bc
|
| 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:4f7ab369a13faa4ccab055b134478e0b3ba38727bd4f502760f6eff38aa8502f
|
| 3 |
+
size 12712
|