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 ·
8268c63
1
Parent(s): 0ee0177
Training in progress, epoch 4
Browse files
logs/events.out.tfevents.1685855303.192-9-250-191.68796.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:4ef2a659c3d40b9ef406968abdc9506cee4ee010516703865ded68b1d110b4b2
|
| 3 |
+
size 571793
|
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:604cfa1a1119211080e26d84660bddfcd97e12b75f9d3d09589eae29475a72e1
|
| 3 |
size 498662069
|