Instructions to use styalai/testing_lightning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use styalai/testing_lightning with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("styalai/testing_lightning", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 302 Bytes
bb38484 f32c67c bb38484 3d8f931 bb38484 287c1a0 f32c67c bb38484 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"device": "cpu",
"dropout": 0.2,
"n_blocks": 3,
"transformer_config": {
"block_size": 134,
"dropout": 0.2,
"n_embd": 164,
"n_head": 4
},
"vocab_size": 29132,
"xlstm_config": {
"batch_size": 4,
"block_size": 134,
"config_block": "msm",
"n_embd": 164
}
} |