Instructions to use Sayan01/mrpc-Bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/mrpc-Bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/mrpc-Bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/mrpc-Bert") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/mrpc-Bert") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
logs/events.out.tfevents.1692605297.48f07d246700
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:702c00d3f155611f5b2ed0ed1b3caa714f043c7baa3e2e909585ce71bd5dc56f
|
| 3 |
+
size 9547
|
logs/events.out.tfevents.1692605675.48f07d246700
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79065f683b9e3e014b32ce85a1547d92df4c5f4b7e4a5b49cfc935c53cb5034a
|
| 3 |
+
size 4097
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438003505
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:348b69d66b1086cbc80d6cf3751117eda16ab1af5708618572d424d66cc0ad4a
|
| 3 |
size 438003505
|