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 ·
b172d83
1
Parent(s): 894c4af
Training in progress, epoch 5
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498665141
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34edb8ba6e5bd77e650160162d850ddd0a3d36ff9929857b50433575c3526b57
|
| 3 |
size 498665141
|
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:8d49c95d6ab95de2d5769904b21859beb40669461f5a01a0a790945eb824c60b
|
| 3 |
+
size 5850
|