Instructions to use return2music/roberta-base_classification_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use return2music/roberta-base_classification_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="return2music/roberta-base_classification_test")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("return2music/roberta-base_classification_test") model = AutoModelForSequenceClassification.from_pretrained("return2music/roberta-base_classification_test") - Notebooks
- Google Colab
- Kaggle
Commit ·
550f609
1
Parent(s): 3521461
Training in progress, epoch 5
Browse files
logs/events.out.tfevents.1685861963.192-9-250-191.68796.2
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:1b84ff856f35b98c42c1d3a5606bd4479b7733d3c8a0a1059a982e11ab56ca0f
|
| 3 |
+
size 690793
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498662069
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62306ed3ef11e3b7183702e59244cc12777ccaed695bc3f15ca94f5d2305c281
|
| 3 |
size 498662069
|