config.json
145 B · 9 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 "y_as_float_embedding": true
9 }