config.json
169 B · 10 lines · json Raw
1 {
2 "attn_dropout": 0.0,
3 "dim": 512,
4 "n_classes": 10,
5 "n_features": 100,
6 "n_heads": 4,
7 "n_layers": 12,
8 "task": "regression",
9 "y_as_float_embedding": true
10 }