Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use KINGeorge2000/sentiment_roberta_yu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KINGeorge2000/sentiment_roberta_yu with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KINGeorge2000/sentiment_roberta_yu")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KINGeorge2000/sentiment_roberta_yu") model = AutoModelForSequenceClassification.from_pretrained("KINGeorge2000/sentiment_roberta_yu") - Notebooks
- Google Colab
- Kaggle
Commit ·
e0ed3d4
1
Parent(s): b172d83
End of training
Browse files
runs/May26_08-26-05_8456a1204a4f/events.out.tfevents.1685089571.8456a1204a4f.2309.5
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:91229181a989961c1724fa8846d259580b637e7014de7afa13b668704cded5da
|
| 3 |
+
size 6204
|
runs/May26_08-26-05_8456a1204a4f/events.out.tfevents.1685090602.8456a1204a4f.2309.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:362420065a29f95557d782e2af14db5641be2330d525ab4b32706efbca234826
|
| 3 |
+
size 457
|