Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use JeremiahZ/bert-base-uncased-mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JeremiahZ/bert-base-uncased-mrpc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JeremiahZ/bert-base-uncased-mrpc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JeremiahZ/bert-base-uncased-mrpc") model = AutoModelForSequenceClassification.from_pretrained("JeremiahZ/bert-base-uncased-mrpc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Jeremiah Zhou commited on
Commit ·
9cda491
1
Parent(s): 3258a08
Training in progress, epoch 5
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438006125
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ce0d827f8c00991c29c533e1b70c11f46fd8598189fdd8279ae9332c6fb8928
|
| 3 |
size 438006125
|
runs/Jun21_20-19-29_pikachu/events.out.tfevents.1655814008.pikachu.3216750.0
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:3dd8dbbd5a7b7b31b17ead6beebc6adb1bcffde4feb6cbb53bd3f1bd1faa5a75
|
| 3 |
+
size 6231
|