Views
No views yet

| Parameters | Folder |
|---|---|
| 6.93M | checkpoints/ |
checkpoints/best)embeddings/dct3d.yaml, embeddings/dct3d_indices/)runs/ in your TokaMind installation:runs/
└── tokamind-base-v2/
├── tokamind-base-v2.yaml
├── checkpoints/
│ └── best
└── embeddings/
├── dct3d.yaml
└── dct3d_indices/1python scripts_mast/run_finetune.py \
2 --task task_2-1 \
3 --init warmstart \
4 --model tokamind-base-v2 \
5 --emb_profile dct3d \
6 --tag exp1| Resource | Link |
|---|---|
| TokaMind paper | arXiv:2602.15084 |
| TokaMark paper | arXiv:2602.10132 |
| TokaMind repository | UKAEA-IBM-STFC-Fusion-FMs/tokamind |
| TokaMark repository | UKAEA-IBM-STFC-Fusion-FMs/tokamark |
1@article{boschi2026tokamind,
2 title={TokaMind: A Multi-Modal Transformer Foundation Model for Tokamak Plasma Dynamics},
3 author={
4 Boschi, Tobia and Loreti, Andrea and Amorisco, Nicola C and Ordonez-Hurtado, Rodrigo H and
5 Rousseau, C{\'e}cile and Holt, George K and Sz{\'e}kely, Eszter and Whittle, Alexander and
6 Jackson, Samuel and Agnello, Adriano and Pamela, Stanislas and Pascale, Alessandra and
7 Akers, Robert and Bernabe Moreno, Juan and Alexandrov, Vassil and Zayats, Mykhaylo
8 },
9 journal={arXiv preprint arXiv:2602.15084},
10 year={2026}
11}1@article{rousseau2026tokamark,
2 title={TokaMark: A Comprehensive Benchmark for MAST Tokamak Plasma Models},
3 author={
4 Rousseau, C{\'e}cile and Jackson, Samuel and Ordonez-Hurtado, Rodrigo H. and
5 Amorisco, Nicola C. and Boschi, Tobia and Holt, George K and Loreti, Andrea and
6 Sz{\'e}kely, Eszter and Whittle, Alexander and Agnello, Adriano and Pamela, Stanislas and
7 Pascale, Alessandra and Akers, Robert and Bernabe Moreno, Juan and Thorne, Sue and
8 Zayats, Mykhaylo
9 },
10 journal={arXiv preprint arXiv:2602.10132},
11 year={2026}
12}