Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use hypo69/my_text_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hypo69/my_text_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hypo69/my_text_classification_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hypo69/my_text_classification_model") model = AutoModelForSequenceClassification.from_pretrained("hypo69/my_text_classification_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 24
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267841796
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1cebc5a8934a102179653deb6c022afc577cb0b8f7f67f0694c4af88fa52e83
|
| 3 |
size 267841796
|
runs/May17_13-37-42_887428ad6657/events.out.tfevents.1747489067.887428ad6657.30493.5
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:893472bef198e96f1dad6c88df8f20d05fdf94987b0561ef56737347cd802e62
|
| 3 |
+
size 6397
|