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") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 8
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:35eb9b579872eb29ec4a8a4deddb069954f2e772b29013206adabe2c9f9768ae
|
| 3 |
size 219040373
|
runs/May20_21-03-27_eb82ebc63717/events.out.tfevents.1684616614.eb82ebc63717.598.8
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:bcc5834910f43f6c9519f9b243a0e71183ee7cf460594334a08611e8e354bd1f
|
| 3 |
+
size 10762
|