Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use abdulmanaam/distilbert_classification_task1_post_title_para with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdulmanaam/distilbert_classification_task1_post_title_para with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="abdulmanaam/distilbert_classification_task1_post_title_para")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("abdulmanaam/distilbert_classification_task1_post_title_para") model = AutoModelForSequenceClassification.from_pretrained("abdulmanaam/distilbert_classification_task1_post_title_para", 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 267835644
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1aac2caa4f06c3c01bbeedc781ab4e6dce691c4df5b2bf1de09140a201bda2bd
|
| 3 |
size 267835644
|
runs/Jul17_18-10-32_f58962bc5e81/events.out.tfevents.1721239841.f58962bc5e81.254.4
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:27f99758fa6f48871e78b28bfe842673e52e44ff0678a9b7bc03fac921620f5a
|
| 3 |
+
size 5940
|