Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use slickdata/finetuned-Sentiment-classfication-DistilBert-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slickdata/finetuned-Sentiment-classfication-DistilBert-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="slickdata/finetuned-Sentiment-classfication-DistilBert-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("slickdata/finetuned-Sentiment-classfication-DistilBert-model") model = AutoModelForSequenceClassification.from_pretrained("slickdata/finetuned-Sentiment-classfication-DistilBert-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267858605
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:399dcdea2dc1e51dfd9868048156520ae865cd8ce370ba62814e9d5627c6120f
|
| 3 |
size 267858605
|
runs/Jul23_19-30-42_efd113d4296f/events.out.tfevents.1690140676.efd113d4296f.22759.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:dfd5d792e513e6cc3d585bb3fc8212468b18cf4d0c28769ec8dab036be1436a5
|
| 3 |
+
size 6023
|