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
runs/Jul15_19-54-53_e10c60f74122/events.out.tfevents.1689450934.e10c60f74122.217.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:91e2f27ead04fae3cff2c2aa5429654e807260b3cea09b5feb96829ead09682b
|
| 3 |
+
size 5032
|
runs/Jul15_19-54-53_e10c60f74122/events.out.tfevents.1689453135.e10c60f74122.217.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d3a629bc891b60e70ac5b0423735815e0d46ea5e10bf54a9780477870839d37
|
| 3 |
+
size 407
|