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 2
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:790b6ba637dd2140f88668205b96a2f40099a9106a9ecdaef5b0f3ddde700df3
|
| 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:7dd2396251e9cd8e0178b97a8c0d7daa64c416858da98e89a82c2c018e646dfb
|
| 3 |
+
size 6378
|