Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use DerivedFunction1/roberta-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DerivedFunction1/roberta-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DerivedFunction1/roberta-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("DerivedFunction1/roberta-v2") model = AutoModelForSequenceClassification.from_pretrained("DerivedFunction1/roberta-v2") - Notebooks
- Google Colab
- Kaggle
Commit ·
2e20bbf
1
Parent(s): f5d2d9f
Training in progress, step 20960
Browse files
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39ac4d6ff88561def42ecb139a7778bcc8483d5d09338a1dcf04acd725b1ba1b
|
| 3 |
+
size 498634356
|
runs/Jun11_03-52-36_3d6886d72f16/events.out.tfevents.1781149956.3d6886d72f16.3913.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:b025a90ca2f1eb6a9d9c3007bab7a933b4c56682c1a41cbd5581c3fa4a0ce945
|
| 3 |
+
size 51367
|