Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use nikuznetsov/roberta-base-finetuned-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nikuznetsov/roberta-base-finetuned-cola with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nikuznetsov/roberta-base-finetuned-cola")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nikuznetsov/roberta-base-finetuned-cola") model = AutoModelForSequenceClassification.from_pretrained("nikuznetsov/roberta-base-finetuned-cola") - Notebooks
- Google Colab
- Kaggle
Nikita Kuznetsov commited on
Commit ·
0e9310e
1
Parent(s): e8f3489
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498660333
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b9fb655401117bdeda0211ca16da53e0ebd26cac9a75b810d3f1e8bd754eed9
|
| 3 |
size 498660333
|
runs/May08_20-43-30_4f7e065b8e8b/events.out.tfevents.1652042635.4f7e065b8e8b.80.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:9181718c8e720698b7220268cdc997b53af393fe27004154fd5b77661d6fbd4c
|
| 3 |
+
size 6203
|
runs/May08_20-43-30_4f7e065b8e8b/events.out.tfevents.1652042990.4f7e065b8e8b.80.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c9b42612b54402324ce2b40e5fa1256d783748ab2a5d355136c80aa00efad69
|
| 3 |
+
size 375
|