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 ·
c0808fc
1
Parent(s): 2e86480
Training in progress, epoch 16
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:c1769d33ad46a8311888b416012a8b192650217d4719a76dac936eca5a918936
|
| 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:93ebc0753a3e9060ae08b02fdc49a320635bbae068e6ba95a2008718e58a5322
|
| 3 |
+
size 9512
|