Instructions to use HelloWorld2307/bert_test_mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HelloWorld2307/bert_test_mrpc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HelloWorld2307/bert_test_mrpc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HelloWorld2307/bert_test_mrpc") model = AutoModelForSequenceClassification.from_pretrained("HelloWorld2307/bert_test_mrpc") - Notebooks
- Google Colab
- Kaggle
Commit ·
ca57616
1
Parent(s): 444d3b4
Training in progress, epoch 4
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433315633
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14b5fcb724902e9e4a7cdea8e86113fc98ed400233acd60f8f630f59fedce33f
|
| 3 |
size 433315633
|