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:2f8e9d51096e26f1de48f2156090b8b5bf8edfe2a91147c9568df6105244c125
|
| 3 |
size 4735200
|
runs/Jan04_16-33-26_MININT-AAAGHOQ/events.out.tfevents.1704382406.MININT-AAAGHOQ.11232.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:7f8aa09c3ade1f8226a40b17bb76a812aec6b2bfb4048ef36508038d4547cb55
|
| 3 |
+
size 9068
|