Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Sandra26/Sandy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sandra26/Sandy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sandra26/Sandy")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sandra26/Sandy") model = AutoModelForSequenceClassification.from_pretrained("Sandra26/Sandy") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
runs/Sep21_06-25-34_a63ffb942f44/events.out.tfevents.1695277583.a63ffb942f44.348.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:ed8cd1f24aaa0df905d9515ca839722a97da0502bae3046ea37f2b825cf14caa
|
| 3 |
+
size 5540
|