Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Abubakari/finetuned-Sentiment-classfication-ROBERTA-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Abubakari/finetuned-Sentiment-classfication-ROBERTA-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Abubakari/finetuned-Sentiment-classfication-ROBERTA-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Abubakari/finetuned-Sentiment-classfication-ROBERTA-model") model = AutoModelForSequenceClassification.from_pretrained("Abubakari/finetuned-Sentiment-classfication-ROBERTA-model") - Notebooks
- Google Colab
- Kaggle
Abubakari/finetuned-Sentiment-classfication-ROBERTA-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 498665141
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a7ebedf46032506b134f136219635b2960242a9467c75bdaa64b59f25296b37
|
| 3 |
size 498665141
|
runs/Apr27_21-31-18_13e13a4c02d5/events.out.tfevents.1682631223.13e13a4c02d5.174.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:95551ba61b5a081386b5770d6126a880e51ecb9d41f96daea3cce45bd454a66b
|
| 3 |
+
size 6919
|
runs/Apr27_21-31-18_13e13a4c02d5/events.out.tfevents.1682635153.13e13a4c02d5.174.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ca38cd9f6a5344027b5c5aab06f165ad7364903d967d65a8fe94ca8e70d8776
|
| 3 |
+
size 407
|