Text Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use coderSounak/finetuned_twitter_sentiment_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use coderSounak/finetuned_twitter_sentiment_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="coderSounak/finetuned_twitter_sentiment_roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("coderSounak/finetuned_twitter_sentiment_roberta") model = AutoModelForSequenceClassification.from_pretrained("coderSounak/finetuned_twitter_sentiment_roberta") - Notebooks
- Google Colab
- Kaggle
Commit ·
1fd02f0
1
Parent(s): abd9b0b
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 1112255469
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4c457064f00719fe23942aba2596409555dc2b031d1721673882f8c1d25edd2
|
| 3 |
size 1112255469
|
runs/Nov13_17-12-35_9ea5f20fa5cf/events.out.tfevents.1668359752.9ea5f20fa5cf.78.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:cb4ed2a2c6369e2b5758b304c4388a78e59b3a825a81c3a0cab61e1f6b5ccba5
|
| 3 |
+
size 4851
|
runs/Nov13_17-12-35_9ea5f20fa5cf/events.out.tfevents.1668360481.9ea5f20fa5cf.78.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35498d7735b2ba35c84aede0132fb5212aca8502a0cb0044bc06033591e78ed3
|
| 3 |
+
size 512
|