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 18
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:a69cca01519f93927ebd493fc1ffdeca69cb0919be9056e1aa1fecf4a3574a28
|
| 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:83b303c1963dc19b29b3f51633c2816c858218a1881b4a6c9dfd0a1fd062dfb4
|
| 3 |
+
size 15203
|