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 ·
ad77dbc
1
Parent(s): cd802e6
Training in progress, epoch 4
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:f93cf2f8ae5b6514fc929ddb8d4699b60ecf3ff89c918e4d659cd5c72b1d1441
|
| 3 |
size 446410101
|
runs/Jan16_23-33-49_Theos-MacBook-Pro.local/events.out.tfevents.1673912035.Theos-MacBook-Pro.local.31219.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:938394f1811ced73d96af65f9fa1fbea593c95ca0559c860781817f318f8e823
|
| 3 |
+
size 5872
|