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 ·
94cf400
1
Parent(s): a867c56
Training in progress, epoch 4
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:3cab41e40e9325e96c69e8bd1dc6ebb9d617059c50e4474036e544921ef1928e
|
| 3 |
+
size 5895
|