Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use drcoool/category-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use drcoool/category-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="drcoool/category-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("drcoool/category-classifier") model = AutoModelForSequenceClassification.from_pretrained("drcoool/category-classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
runs/Jan13_15-44-23_Mac.attlocal.net/events.out.tfevents.1736804663.Mac.attlocal.net.58228.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:33fca50b56e637cadecbfdaa27617a29d29a3caf845af848c347c522f5e65204
|
| 3 |
+
size 61752
|