AnonRes commited on
Commit
d1ca989
·
verified ·
1 Parent(s): e33e270

Update CKPT to allow weights_only=True loading and add config.json for download tracking

Browse files
Files changed (3) hide show
  1. adaptation_plan.json +8 -8
  2. checkpoint_final.pth +2 -2
  3. config.json +3 -0
adaptation_plan.json CHANGED
@@ -78,29 +78,29 @@
78
  {
79
  "type": "Architecture",
80
  "name": "PrimusM",
81
- "bibtex_citations": [
82
- "@article{wald2025primus,\n title={Primus: Enforcing attention usage for 3d medical image segmentation},\n author={Wald, Tassilo and Roy, Saikat and Isensee, Fabian and Ulrich, Constantin and Ziegler, Sebastian and Trofimova, Dasha and Stock, Raphael and Baumgartner, Michael and K{\"o}hler, Gregor and Maier-Hein, Klaus},\n journal={arXiv preprint arXiv:2503.01835},\n year={2025}\n }"
83
  ]
84
  },
85
  {
86
  "type": "Pretraining Method",
87
  "name": "Masked Auto Encoder",
88
- "bibtex_citations": [
89
- "@article{wald2024openmind,\n title={An OpenMind for 3D medical vision self-supervised learning},\n author={Wald, Tassilo and Ulrich, Constantin and Suprijadi, Jonathan and Ziegler, Sebastian and Nohel, Michal and Peretzke, Robin and K{\"o}hler, Gregor and Maier-Hein, Klaus H},\n journal={arXiv preprint arXiv:2412.17041},\n year={2024}\n }\n "
90
  ]
91
  },
92
  {
93
  "type": "Pre-Training Dataset",
94
  "name": "OpenMind",
95
- "bibtex_citations": [
96
- "@article{wald2024openmind,\n title={An OpenMind for 3D medical vision self-supervised learning},\n author={Wald, Tassilo and Ulrich, Constantin and Suprijadi, Jonathan and Ziegler, Sebastian and Nohel, Michal and Peretzke, Robin and K{\"o}hler, Gregor and Maier-Hein, Klaus H},\n journal={arXiv preprint arXiv:2412.17041},\n year={2024}\n }\n "
97
  ]
98
  },
99
  {
100
  "type": "Framework",
101
  "name": "nnssl",
102
- "bibtex_citations": [
103
- "@article{wald2024revisiting,\n title={Revisiting MAE pre-training for 3D medical image segmentation},\n author={Wald, Tassilo and Ulrich, Constantin and Lukyanenko, Stanislav and Goncharov, Andrei and Paderno, Alberto and Maerkisch, Leander and J{\"a}ger, Paul F and Maier-Hein, Klaus},\n journal={arXiv preprint arXiv:2410.23132},\n year={2024}\n}"
104
  ]
105
  }
106
  ],
 
78
  {
79
  "type": "Architecture",
80
  "name": "PrimusM",
81
+ "apa_citations": [
82
+ "Wald, T., Roy, S., Isensee, F., Ulrich, C., Ziegler, S., Trofimova, D., ... & Maier-Hein, K. (2025). Primus: Enforcing attention usage for 3d medical image segmentation. arXiv preprint arXiv:2503.01835."
83
  ]
84
  },
85
  {
86
  "type": "Pretraining Method",
87
  "name": "Masked Auto Encoder",
88
+ "apa_citations": [
89
+ "Wald, T., Ulrich, C., Suprijadi, J., Ziegler, S., Nohel, M., Peretzke, R., ... & Maier-Hein, K. H. (2024). An OpenMind for 3D medical vision self-supervised learning. arXiv preprint arXiv:2412.17041."
90
  ]
91
  },
92
  {
93
  "type": "Pre-Training Dataset",
94
  "name": "OpenMind",
95
+ "apa_citations": [
96
+ "Wald, T., Ulrich, C., Suprijadi, J., Ziegler, S., Nohel, M., Peretzke, R., ... & Maier-Hein, K. H. (2024). An OpenMind for 3D medical vision self-supervised learning. arXiv preprint arXiv:2412.17041."
97
  ]
98
  },
99
  {
100
  "type": "Framework",
101
  "name": "nnssl",
102
+ "apa_citations": [
103
+ "Wald, T., Ulrich, C., Lukyanenko, S., Goncharov, A., Paderno, A., Maerkisch, L., ... & Maier-Hein, K. (2024). Revisiting MAE pre-training for 3D medical image segmentation. CVPR."
104
  ]
105
  }
106
  ],
checkpoint_final.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8c7c1d4e80dc751e39c96fe7ee3e324a1bdeca3c716e2419dfed340d85cecf0
3
- size 788449517
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b866ac5f61d7e90d3a6cbb00a759ffc9d73beb5e63baa6b3cd654671ebc9a552
3
+ size 788448749
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "description": "Dummy config to allow tracking HF downloads."
3
+ }