Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use pml0607/my_awesome_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pml0607/my_awesome_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pml0607/my_awesome_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pml0607/my_awesome_model") model = AutoModelForSequenceClassification.from_pretrained("pml0607/my_awesome_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
runs/Mar18_03-18-06_d4503aba641d/events.out.tfevents.1742267889.d4503aba641d.242.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:34b8d8a8cdd72129b78b78da531f0c99deda6cc9e92cc7cf03a85db4be08224f
|
| 3 |
+
size 7333
|