Instructions to use apasi/BertClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apasi/BertClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="apasi/BertClassifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("apasi/BertClassifier") model = AutoModelForSequenceClassification.from_pretrained("apasi/BertClassifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438006577
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08b676047137cde13cc45908f74faeb3fe480cb4a9702fcd8cc13d8eb578baf8
|
| 3 |
size 438006577
|
runs/Aug18_12-18-33_478f27cb27f1/events.out.tfevents.1692361134.478f27cb27f1.123923.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:9446fa9adf8e69eef02b40896a165086af77889dfa24993c238389074b22d16d
|
| 3 |
+
size 13316
|