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/Oct27_19-07-49_MacBook-Pro-2.local/events.out.tfevents.1761610069.MacBook-Pro-2.local.73716.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:aae529a1eefeec1eb91ebe30a218fda0a641ed1db4774014e06a0c4f404c2969
|
| 3 |
+
size 220849
|