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:2aed4c80c9347f6a094e17ff277b3b4a536b995b9c0c6078b0752ae8ff98cf8f
|
| 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:8fddb0ae886fbcc5d3b45bd4d87910bdd3bb49270e85d4b94374df055378a319
|
| 3 |
+
size 11399
|