Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use theojolliffe/classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theojolliffe/classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="theojolliffe/classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("theojolliffe/classifier") model = AutoModelForSequenceClassification.from_pretrained("theojolliffe/classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
3c778e5
1
Parent(s): 24a182a
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 446410101
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc4afe18bf986b1b98c63aee22e3b5b06ecb04a1a3700901f13b640fdd26425f
|
| 3 |
size 446410101
|
runs/Jan13_17-14-43_Theos-MacBook-Pro.local/events.out.tfevents.1673630087.Theos-MacBook-Pro.local.25787.16
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:76b585536a0ae35b68988039b7b359d448badf16ac598affeb74d34bd0528e40
|
| 3 |
+
size 5549
|