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
slickdata/finetuned-Sentiment-classfication-DistilBert-model
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:5f7a23669182554f77ff4b35a1ad8e483aa2f0364c714f79e516ce0d8dec5297
|
| 3 |
size 267858605
|
runs/Jul23_18-07-30_efd113d4296f/events.out.tfevents.1690135756.efd113d4296f.718.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:fc4f671c67b95eb18f9fbfabe2dea6f07a022ae8563c69e9e1378546317c7a90
|
| 3 |
+
size 6853
|
runs/Jul23_18-07-30_efd113d4296f/events.out.tfevents.1690139585.efd113d4296f.718.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41a0e03efb09a6e6ece139940db35b37dc607811b9b17cfae9a008ca895d39a4
|
| 3 |
+
size 407
|