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 5
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:b0c6dbeced4033002e127bfc3d7158575e140b0a8bb2d260c29485419c54e11e
|
| 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:71da36f11c83184600735ee62e8677e6c1a4d50f78998c98c51cb429ef0814bb
|
| 3 |
+
size 8075
|