License for the released checkpoints?

#1
by RobertFox - opened

Thanks a lot for adding the MIT license to the GitHub repo so quickly β€”
that unblocks the code side.

One clarification, if you don't mind: does it also cover the released
artifacts hosted here on HuggingFace? Specifically VisionARC/offline_train_ViT,
VisionARC/offline_train_Unet, and the VARC_predictions dataset β€” the model
cards don't declare a license, so I wasn't sure whether the repo's LICENSE
extends to them.

I'm asking because I'd need to mirror the checkpoint as a Kaggle dataset to
use it in the ARC Prize 2026 offline environment, which means redistributing
it, and the competition requires declaring the license of any external asset.

If it's easiest, adding a license tag to the model cards would settle it for
anyone else in the same spot. Either way, thanks for releasing all of this.

visionarc org

Done!

Thanks! I can see it landed on offline_train_Unet β€” the model card now shows
License: mit.

The ViT one doesn't seem to have picked it up though: offline_train_ViT still
shows no license and its README.md is still the original one-line version
(57 bytes, last commit "Create README.md" from Nov 26). Could you apply the
same three lines there? That's the checkpoint I'm mirroring:


license: mit

Same for the VARC_predictions dataset repo if it's not already done. Thanks
again for turning this around so fast.

Sign up or log in to comment