Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use ashield-ai/domain-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ashield-ai/domain-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ashield-ai/domain-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ashield-ai/domain-classifier") model = AutoModelForSequenceClassification.from_pretrained("ashield-ai/domain-classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598513616
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03b55dca4cc089ce25b0abbd0c492d2baf1f32dd22cb0be5d37bcef4c623ecda
|
| 3 |
size 598513616
|
runs/Jan14_06-03-14_9ae06be23b84/events.out.tfevents.1736834594.9ae06be23b84.1197.1
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:6363de041dd902576b0c46bffff7db153a2e93571e8436acf71adb3b470a5f8e
|
| 3 |
+
size 9508
|