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 ·
369db8e
1
Parent(s): 8d46283
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:592afe0bff87ce73878ea47bfb87e2db97081299da89d7a38273e20ddda1e244
|
| 3 |
size 446410101
|
runs/Jan13_16-48-48_Theos-MacBook-Pro.local/events.out.tfevents.1673628533.Theos-MacBook-Pro.local.25787.14
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:550841e428eb713d58680c1e5ea9f21ecbaa7be6faefa2d60ed0036c9c400f47
|
| 3 |
+
size 5549
|