Instructions to use NikoK/roberta-base-finetuned-mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NikoK/roberta-base-finetuned-mrpc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NikoK/roberta-base-finetuned-mrpc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NikoK/roberta-base-finetuned-mrpc") model = AutoModelForSequenceClassification.from_pretrained("NikoK/roberta-base-finetuned-mrpc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4735200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0eaf10f37138ce851c65c8c4c284dee6c7a64d2702568770c5b11cc126ac8f7e
|
| 3 |
size 4735200
|
runs/Jan04_16-38-15_MININT-AAAGHOQ/events.out.tfevents.1704382695.MININT-AAAGHOQ.14892.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:bacbf3d4b1a8b9c418e3ae0f9c4ff56032183e9d85bfe1206a24f2f2c9c15082
|
| 3 |
+
size 9068
|