Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Hansaht/Text_classification_model_1_pytorch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hansaht/Text_classification_model_1_pytorch with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Hansaht/Text_classification_model_1_pytorch")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Hansaht/Text_classification_model_1_pytorch") model = AutoModelForSequenceClassification.from_pretrained("Hansaht/Text_classification_model_1_pytorch", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a2ab1aa856ce6891e5cc568023fabfaa23e434de84e19bfb2f86c7697641fef
|
| 3 |
size 267855533
|
runs/Jul20_08-51-52_ffa444e7db0f/events.out.tfevents.1689843124.ffa444e7db0f.10555.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:5c8049e66cffe4e1c7ab24b8015ffeca51ff55ef0e67eb19b0713b3a1d5ac982
|
| 3 |
+
size 7281
|