Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ishwarbb23/Q1-PHQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ishwarbb23/Q1-PHQ with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ishwarbb23/Q1-PHQ", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ishwarbb23/Q1-PHQ") model = AutoModelForSequenceClassification.from_pretrained("ishwarbb23/Q1-PHQ", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ff12286
1
Parent(s): 4ec0b87
Training in progress, epoch 5
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:e3644c5f7c75e19e4dcd6a1ca38ee1d49c55cbd97236a9938a40b4f7f596e88c
|
| 3 |
size 267832560
|
runs/Nov04_04-19-26_df070d972ad9/events.out.tfevents.1699071566.df070d972ad9.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:ff13e50d22f295f1c5f182fa9a2182447b5ecc2f1a6c517ad6032bc3bbbf11ac
|
| 3 |
+
size 6385
|