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 19
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:14a01a2f26f3329ea34727220917f032d40b3199935309bec871f6f661f92f24
|
| 3 |
size 498625128
|
runs/May28_11-37-04_e2df0762fdac/events.out.tfevents.1716896226.e2df0762fdac.1297.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:4075da45853c6dd19ef9a4644c1ec8a65c7c4214b647e3c9881a1b62efc1b8fd
|
| 3 |
+
size 11457
|