Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use apbrault/music_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apbrault/music_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="apbrault/music_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("apbrault/music_model") model = AutoModelForSequenceClassification.from_pretrained("apbrault/music_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
runs/Oct23_17-33-06_482ca66880ed/events.out.tfevents.1729704787.482ca66880ed.421.3
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:9d24c785062f28f08e0bd820f5bf5ee49e360cff9997c6567296dd60622d57df
|
| 3 |
+
size 12612
|