AnonRes commited on
Commit
ac3d339
·
verified ·
1 Parent(s): a6f1dae

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": "SimCLR",
88
- "bibtex_citations": [
89
- "@inproceedings{chen2020simple,\n title={A simple framework for contrastive learning of visual representations},\n author={Chen, Ting and Kornblith, Simon and Norouzi, Mohammad and Hinton, Geoffrey},\n booktitle={International conference on machine learning},\n pages={1597--1607},\n year={2020},\n organization={PmLR}\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": "SimCLR",
88
+ "apa_citations": [
89
+ "Chen, T., Kornblith, S., Norouzi, M., & Hinton, G. (2020, November). A simple framework for contrastive learning of visual representations. ICML."
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:277cb5e42c61919f4e1ddb3c9a05cec118a6cb27df60eeb71e6b123ff328e690
3
- size 700582522
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39bb8cc0a5b806d19b97791d676beb450a9114ec6d8031bb412614f606ebee70
3
+ size 700581626
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "description": "Dummy config to allow tracking HF downloads."
3
+ }