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 19
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:3fe23bb23a959651a722ad6aaeb87782faef6be4bdb69ea204dec40ee6891e20
|
| 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:bb7e8c5d29f092687a78bc3c5343822ea29fafe9ea11b31f0e593265aedbf409
|
| 3 |
+
size 15832
|