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 267835644
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b58fed1f243625490c49794a9ea8c86bd918833e3ab0cba44fd7eda2a37a62ee
|
| 3 |
size 267835644
|
runs/May23_14-12-12_c0cc1b985084/events.out.tfevents.1716473533.c0cc1b985084.34.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bbd5994fb203ce2b0f225e02e3c0d560d70157346e232415600ca96f8d6a27e
|
| 3 |
+
size 5843
|
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:3890e397551866b6e5632ffcb64ab3528d6a4df0a54bc7c6f832619ce5f0116c
|
| 3 |
size 4920
|