Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use slickdata/finetuned-Sentiment-classfication-ROBERTA-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slickdata/finetuned-Sentiment-classfication-ROBERTA-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="slickdata/finetuned-Sentiment-classfication-ROBERTA-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("slickdata/finetuned-Sentiment-classfication-ROBERTA-model") model = AutoModelForSequenceClassification.from_pretrained("slickdata/finetuned-Sentiment-classfication-ROBERTA-model") - Notebooks
- Google Colab
- Kaggle
slickdata/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 498660721
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e5726245bcafbf47bba50754f5e6369d8aba2a1b8a7199f0438d13f765ac9cd
|
| 3 |
size 498660721
|
runs/Jul23_12-55-37_b3382c44d5b4/events.out.tfevents.1690117120.b3382c44d5b4.456.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:f34d540ed5579766b37bb92dcb8afd21978f19d051c48cc981066fae79a031a5
|
| 3 |
+
size 6970
|
runs/Jul23_12-55-37_b3382c44d5b4/events.out.tfevents.1690124878.b3382c44d5b4.456.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d31b2757ed552b30081f31a3576c31411a8c92feebfa44af070d9495cb2eaa06
|
| 3 |
+
size 407
|