Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use gArthur98/Roberta-classweight-Sentiment-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gArthur98/Roberta-classweight-Sentiment-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gArthur98/Roberta-classweight-Sentiment-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gArthur98/Roberta-classweight-Sentiment-classifier") model = AutoModelForSequenceClassification.from_pretrained("gArthur98/Roberta-classweight-Sentiment-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
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:4362b60bccdaf5c42bdbd62b222344073260cb36108c4a069abf4ade587bb3e2
|
| 3 |
size 498660721
|
runs/Jul23_16-00-42_e475fb65e51d/events.out.tfevents.1690128053.e475fb65e51d.304.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:86220613005642663f56afc99f54ed9e02ed69751725ec05837aa7bf9f9bd1d8
|
| 3 |
+
size 6995
|