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 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 219040373
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d60917938df78055c19f1a1ead8b9d2195fb9da6ad698449a7709a725bb36bb
|
| 3 |
size 219040373
|
runs/May20_20-40-31_eb82ebc63717/events.out.tfevents.1684615289.eb82ebc63717.598.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:4b0e06e21975a662a006a74725a8802e119ca45efafdbb65d56fb8171d9808c5
|
| 3 |
+
size 6488
|