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 12
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:9fc6b73222e7964633fe029a4493d6e1430c7a9320eedab2df378bc16755046a
|
| 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:f6530f03d5a187eab8a02e110803bf5e2b881eea3dd584ab0a7eb19436d8973e
|
| 3 |
+
size 9196
|