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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
3521461
1
Parent(s): f621310
Training in progress, epoch 4
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:2ac50b6c3a8ec6b02e540d5da0a6ba6cd5d008b1a37851e5c4a06aae84d3b7a3
|
| 3 |
+
size 552437
|
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:40466d2944f631bfa63fd7421ae421b1c45d48b40517e9acc73638d8569068b9
|
| 3 |
size 498662069
|