Instructions to use wiorz/bert_pair_sm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wiorz/bert_pair_sm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wiorz/bert_pair_sm")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wiorz/bert_pair_sm") model = AutoModelForSequenceClassification.from_pretrained("wiorz/bert_pair_sm", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 19
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438007925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78b7a193c80eb430d0909855348004b8bc8e11a269affc543d5792b1f602ecb6
|
| 3 |
size 438007925
|
runs/May21_03-47-26_9b14af0f4c63/events.out.tfevents.1684640901.9b14af0f4c63.3294.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:d6e3ef921705e72103fc10cdc77a8c2fe2de3bf1183cd07e711309c8c38f5df6
|
| 3 |
+
size 14053
|