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 ·
439bbf4
1
Parent(s): 2140f7f
Training in progress, epoch 2
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:a4567c3038a26ff62749d52441ac81f8e19d6aa0048a34f9dbf4734da86b196f
|
| 3 |
size 433315633
|