Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Hemg/twitter-sentiments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hemg/twitter-sentiments with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Hemg/twitter-sentiments")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Hemg/twitter-sentiments") model = AutoModelForSequenceClassification.from_pretrained("Hemg/twitter-sentiments") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328495356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8d192381b572d22269455c9b83c1e4f9ed0913935a913db59515560d3fad71f
|
| 3 |
size 328495356
|
runs/May23_15-40-55_ef5348fc3e0b/events.out.tfevents.1716478856.ef5348fc3e0b.34.6
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:6b0d770c2d200f73d82b9f564aae1f78a5f51ae69375695b65276666a122c31f
|
| 3 |
+
size 7115
|