Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Abubakari/finetuned-Sentiment-classfication-DISTILBERT-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Abubakari/finetuned-Sentiment-classfication-DISTILBERT-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Abubakari/finetuned-Sentiment-classfication-DISTILBERT-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Abubakari/finetuned-Sentiment-classfication-DISTILBERT-model") model = AutoModelForSequenceClassification.from_pretrained("Abubakari/finetuned-Sentiment-classfication-DISTILBERT-model") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Apr26_09-26-20_f4794e5e13f2/events.out.tfevents.1682501284.f4794e5e13f2.473.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:8db1233a226a6a8601333b45e6405b18e9a61094a1858179599272fedbde14b6
|
| 3 |
+
size 4897
|
runs/Apr26_09-26-20_f4794e5e13f2/events.out.tfevents.1682502878.f4794e5e13f2.473.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:704ed760dbf3923703079ccfa4f27e4d015878e35df6e75ba9125c88274f1552
|
| 3 |
+
size 407
|