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 3
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:1a64a356dcd3cf68000b5b126b0dbfc2ba787a9ef777ae220cf2b03fa8c1dd9c
|
| 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:398b0853781655cf2fc8460322835a40b1ca6b4335e788febd949e027a6a28b1
|
| 3 |
+
size 6487
|