Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use JeremiahZ/roberta-base-mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JeremiahZ/roberta-base-mrpc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JeremiahZ/roberta-base-mrpc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JeremiahZ/roberta-base-mrpc") model = AutoModelForSequenceClassification.from_pretrained("JeremiahZ/roberta-base-mrpc") - Notebooks
- Google Colab
- Kaggle
Jeremiah Zhou commited on
Commit ·
1967445
1
Parent(s): ea02889
Model save
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:0bf4e02ea594646e1c4447b743621ccdfa0f9e166725215ac9998aa5e2a06a8f
|
| 3 |
size 498660333
|
runs/Jun13_21-38-12_pikachu/events.out.tfevents.1655127533.pikachu.3892108.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:b35736bc8b4898299e0a300afc9abe3c796b87207803ab65f65e6d807880296c
|
| 3 |
+
size 4418
|