Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use hanyp/saved_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hanyp/saved_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hanyp/saved_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hanyp/saved_model") model = AutoModelForSequenceClassification.from_pretrained("hanyp/saved_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
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:54c685fcb544f0362c27d07bf975544823eb5f149543bc8218c9570d43ec7588
|
| 3 |
size 267832560
|
runs/Jun08_12-01-24_dsw-5977-84cbf586f7-2r5n8/events.out.tfevents.1717819286.dsw-5977-84cbf586f7-2r5n8.1165019.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:4728de86efb9fa76879032eae91b06a2ac43837a9d7b4300355fe256893809ea
|
| 3 |
+
size 6456
|