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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
a867c56
1
Parent(s): cab0e51
Training in progress, epoch 3
Browse files
runs/Jan13_15-43-16_Theos-MacBook-Pro.local/events.out.tfevents.1673625529.Theos-MacBook-Pro.local.25787.8
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:30f1ec08ae11d8f6633fc64cf7a29bcd59bafe70b2f20cb287e3a16947131863
|
| 3 |
+
size 5572
|