Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use KingAsiedu/sentence_sentiments_analysis_distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KingAsiedu/sentence_sentiments_analysis_distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KingAsiedu/sentence_sentiments_analysis_distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KingAsiedu/sentence_sentiments_analysis_distilbert") model = AutoModelForSequenceClassification.from_pretrained("KingAsiedu/sentence_sentiments_analysis_distilbert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
82e7232
1
Parent(s): 7298103
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 263167661
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8409c8ce763aed8a00efc05ce483ebc9d76a4c2fa3cf60b222c7fa4faacadad
|
| 3 |
size 263167661
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cee254b4f28ab377315989539fe86c0571855e597ba546fa8dc3b0f50b1468d7
|
| 3 |
size 4091
|