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 1
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:6ea9974f99b81732ac138a45383fd94b45dc61f14f4937f24e0502910a78f85f
|
| 3 |
size 328495356
|
runs/May23_16-09-16_ef5348fc3e0b/events.out.tfevents.1716480557.ef5348fc3e0b.34.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c4f28a8589d690fa73c5ccfc56be7cebab400eed30d3a9997ff96864fe8ba3f
|
| 3 |
+
size 5980
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b6f4750e5c188c2416236b7277b79af507668dbf2868f26ee78eed7751b020f
|
| 3 |
size 4920
|