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 ·
37731e5
1
Parent(s): 4d67ebb
Training in progress, epoch 33
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:ce00fe964ac1308502a1492a3cc6a70bbdd4093b6909ef89df2acd082c2e9981
|
| 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:795a4fb5066d86e8fedeab544d154b97f3290b3b642bb18a9366d9a934c5b1fd
|
| 3 |
+
size 15453
|