Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use xshubhamx/roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xshubhamx/roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="xshubhamx/roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("xshubhamx/roberta-base") model = AutoModelForSequenceClassification.from_pretrained("xshubhamx/roberta-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 14
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498652812
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:125824e3fec018b99b7256189a6b588f99cc2356f2f5f822aa05fe1a5a93708d
|
| 3 |
size 498652812
|
runs/Apr14_03-57-02_3e1d3a604afe/events.out.tfevents.1713067023.3e1d3a604afe.34.4
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:168260570005866a8178e35aa3ada29bede964344051528ac1e75e0d8933c16d
|
| 3 |
+
size 23981
|