Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Yuvrajg2107/roberta-base-cpp1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yuvrajg2107/roberta-base-cpp1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Yuvrajg2107/roberta-base-cpp1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Yuvrajg2107/roberta-base-cpp1") model = AutoModelForSequenceClassification.from_pretrained("Yuvrajg2107/roberta-base-cpp1") - Notebooks
- Google Colab
- Kaggle
Copying last-checkpoint/scheduler.pt from Yuvrajg2107/roberta-base-cpp
Browse files
last-checkpoint/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eb90156edd50a6f5a58999d9f241525ea76a46a3dd6243488805187f9dab05f
|
| 3 |
+
size 1465
|