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