Instructions to use Drigoro/roberta_normal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Drigoro/roberta_normal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Drigoro/roberta_normal")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Drigoro/roberta_normal") model = AutoModelForSequenceClassification.from_pretrained("Drigoro/roberta_normal") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498625128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf3a3afd86e563e80cb3fbf3777fa27008d002b3f9613d78aba3d148ff0c80f2
|
| 3 |
size 498625128
|
runs/Jun16_18-35-04_3c90156736ac/events.out.tfevents.1718562905.3c90156736ac.573.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:f6bc9b9745a3728b186c22fee2bfcb4936d05a3c86997f2f1a1577fde86a5eb5
|
| 3 |
+
size 10107
|