Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use hoganpham/my_first_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hoganpham/my_first_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hoganpham/my_first_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hoganpham/my_first_model") model = AutoModelForSequenceClassification.from_pretrained("hoganpham/my_first_model") - Notebooks
- Google Colab
- Kaggle
Hoang Pham commited on
Training in progress, epoch 2
Browse files
runs/Dec13_19-31-06_265f775bd42a/events.out.tfevents.1734118269.265f775bd42a.12723.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:9e04b90eef28bd91c356126b0817bf536083055dde6ceebc327f15d5c2663490
|
| 3 |
+
size 7328
|