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 ·
444d3b4
1
Parent(s): 439bbf4
Training in progress, epoch 3
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:b00c472a2337464d972c80da13a786775064583c54a8e26d4493c5df13edb628
|
| 3 |
size 433315633
|