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 ·
2e86480
1
Parent(s): 7a6ac47
Training in progress, epoch 11
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:cd80169a4d229cb51c6b2098ede6e5b12caad16c1fe906dcf28da1c57358c157
|
| 3 |
size 328519925
|
runs/Apr13_19-15-06_5a0cbcdb0603/events.out.tfevents.1681413314.5a0cbcdb0603.1051.6
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:4cf85db3639a6095e2b17341a9509785bc22e226f2ee771b784b6d91a34f9d6d
|
| 3 |
+
size 7745
|