Instructions to use spyn4ch/bert-binary-clf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use spyn4ch/bert-binary-clf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="spyn4ch/bert-binary-clf")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("spyn4ch/bert-binary-clf") model = AutoModelForSequenceClassification.from_pretrained("spyn4ch/bert-binary-clf") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a534f140df6ec5c8a9146d53043087fadecdf1be0fbe0fda64350acd212ec5b
|
| 3 |
size 437958648
|
runs/Nov09_19-02-05_45de8454a660/events.out.tfevents.1762714926.45de8454a660.464.2
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:dd6a3a40f2df5ff96dfb59d2aea45ed0a96e21ec8dd740e0932ddb74264345ce
|
| 3 |
+
size 7718
|