AnonRes commited on
Commit
8b2ca9c
·
verified ·
1 Parent(s): d14eed8

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 Image Modeling",
88
- "bibtex_citations": [
89
- "@inproceedings{xie2022simmim,\n title={Simmim: A simple framework for masked image modeling},\n author={Xie, Zhenda and Zhang, Zheng and Cao, Yue and Lin, Yutong and Bao, Jianmin and Yao, Zhuliang and Dai, Qi and Hu, Han},\n booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},\n pages={9653--9663},\n year={2022}\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 Image Modeling",
88
+ "apa_citations": [
89
+ "Xie, Z., Zhang, Z., Cao, Y., Lin, Y., Bao, J., Yao, Z., ... & Hu, H. (2022). Simmim: A simple framework for masked image modeling. CVPR."
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:81e173ce07b02eef3ebfa3db7f9571eede89552a63678766c21e4c0624cd09b0
3
- size 688958486
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:899da04fe75d0bad49f42700800cd24d96254dcba6f86302b08a5ba885bad7b0
3
+ size 688957590
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "description": "Dummy config to allow tracking HF downloads."
3
+ }