| { | |
| "model": "SongTower", | |
| "version": "v1", | |
| "input_dim": 26, | |
| "hidden_dim": 256, | |
| "embedding_dim": 128, | |
| "activation": "relu", | |
| "dropout": 0.1, | |
| "l2_normalize": true, | |
| "loss": "InfoNCE", | |
| "dataset": "maharshipandya/spotify-tracks-dataset", | |
| "feature_spec": "features_song_v1" | |
| } |