Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use geraldamasi/classification-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use geraldamasi/classification-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="geraldamasi/classification-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("geraldamasi/classification-model") model = AutoModelForSequenceClassification.from_pretrained("geraldamasi/classification-model") - Notebooks
- Google Colab
- Kaggle
Gerald Amasi commited on
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1139251f6f9481faf8183f46eaa6c1c927a80438daeceaf1227caa56670f1941
|
| 3 |
size 267832560
|
runs/Jul22_02-03-29_Geralds-MacBook-Pro.local/events.out.tfevents.1753146215.Geralds-MacBook-Pro.local.7568.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:80100409a839519291337ef34c7fc442117b9464e19ecaa8836145e023cdc682
|
| 3 |
+
size 5331
|