Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Jedida/tweet_sentiments_analysis_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jedida/tweet_sentiments_analysis_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Jedida/tweet_sentiments_analysis_roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Jedida/tweet_sentiments_analysis_roberta") model = AutoModelForSequenceClassification.from_pretrained("Jedida/tweet_sentiments_analysis_roberta") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
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:3343822fffc4b91b6aef41990104de16280292dcb1e99964289ae1500b9b195e
|
| 3 |
size 498660721
|
runs/Jul26_09-11-17_f9a36b3a17d2/events.out.tfevents.1690362691.f9a36b3a17d2.2283.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:a09c3fd6f10d1904c1f89ced5fb181b09854003d8cc2f30f793420a0ab6d182c
|
| 3 |
+
size 6798
|