Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use gavinqiangli/my_awesome_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gavinqiangli/my_awesome_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gavinqiangli/my_awesome_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gavinqiangli/my_awesome_model") model = AutoModelForSequenceClassification.from_pretrained("gavinqiangli/my_awesome_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
runs/Dec09_11-58-39_1e7ddce80d17/events.out.tfevents.1733745519.1e7ddce80d17.953.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:8f8f9a09f2bc3c192b049122b27afa3c022399c3f632a4fcaf29be622d36aa61
|
| 3 |
+
size 7326
|