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 ·
1b1ffc2
1
Parent(s): 43a8fbd
Training in progress, epoch 3
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:9d424e4083e26ee81d5e59684809cf15e0a6e376d37b7a9d48e68b1a762ced3f
|
| 3 |
size 498665141
|
runs/Jul07_09-18-34_8cd18eb92bed/events.out.tfevents.1688721637.8cd18eb92bed.1926.0
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:b5a17135057c8bb89989ee7a05f9cdf607aecdd32e6900ca244d783e289221da
|
| 3 |
+
size 4702
|