Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ishwarbb23/Q3-PHQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ishwarbb23/Q3-PHQ with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ishwarbb23/Q3-PHQ")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ishwarbb23/Q3-PHQ") model = AutoModelForSequenceClassification.from_pretrained("ishwarbb23/Q3-PHQ", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
51140c9
1
Parent(s): 8d21b4b
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:17d868367d20c58d5882953f20e262a5a84df4de2899a0194e93e2807056fe24
|
| 3 |
size 267832560
|
runs/Nov04_05-51-27_c4480664da4e/events.out.tfevents.1699077087.c4480664da4e.581.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:ff99ebdb48ee9759ce8cbad2b99c3dc414ded53921fc35d7528e880cc33872ae
|
| 3 |
+
size 6385
|