AnonRes commited on
Commit
0865943
·
verified ·
1 Parent(s): bfe7829

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": "Volume Fusion",
88
- "bibtex_citations": [
89
- "@article{wang2023mis,\n title={Mis-fm: 3d medical image segmentation using foundation models pretrained on a large-scale unannotated dataset},\n author={Wang, Guotai and Wu, Jianghao and Luo, Xiangde and Liu, Xinglong and Li, Kang and Zhang, Shaoting},\n journal={arXiv preprint arXiv:2306.16925},\n year={2023}\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": "Volume Fusion",
88
+ "apa_citations": [
89
+ "Wang, G., Wu, J., Luo, X., Liu, X., Li, K., & Zhang, S. (2023). Mis-fm: 3d medical image segmentation using foundation models pretrained on a large-scale unannotated dataset. arXiv preprint arXiv:2306.16925."
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:bebd441fbb09eafc0f778a41dc45835eaa5e1824dcf9b3f778bd3ea043982463
3
- size 691416406
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e7d2635aa44800080b85f44186b3307ec0a3fea2dbb9c7ca9f5ad58e6bc39b6
3
+ size 691415574
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "description": "Dummy config to allow tracking HF downloads."
3
+ }