10 ms·
I mean, you can't just share the weights of the model and call it a day, right? You have to share details on what and why you are doing. You must communicate th
by SimplyUnknown 3y ago
I mean, you can't just share the weights of the model and call it a day, right? You have to share details on what and why you are doing. You must communicate this somehow. In theory, you might be able to do this in a github readme, but a paper-style document on arxiv is nicely suited for this.
- yieldcrv 3y ago> I mean, you can't just share the weights of the model and call it a day, right? you can't?
- SimplyUnknown 3y agoObviously you can, but in the grand scheme of things people should share more details about their method so people can improve on it in the future, no?
- selfhoster11 3y agoPeople release models as just the weights all the time. HuggingFace makes it pretty easy to do that.