Instructions to use valhalla/bert-glue-mrpc-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use valhalla/bert-glue-mrpc-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="valhalla/bert-glue-mrpc-test", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("valhalla/bert-glue-mrpc-test") model = AutoModelForSequenceClassification.from_pretrained("valhalla/bert-glue-mrpc-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Saving weights and logs of epoch 1
Browse files
events.out.tfevents.1632222660.t1v-n-605115f1-w-0.323314.3.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:374575a94bf5f3601ed056c259b0d4de286c142a10cc523d81b0286b7aa2b9c4
|
| 3 |
+
size 17480
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|