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 20
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:f1c1461855136dc0bf477946e1d6d6ef9c273a68dc2feeeb5054cb914d29ff43
|
| 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:be5fde96cb0cfa3edd36760cbfa188abf430a60a5a7ceb2fac6ce221d0e5a5b2
|
| 3 |
+
size 14733
|