Hacker News new | ask | show | jobs
by SimplyUnknown 974 days 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.
2 comments

People release models as just the weights all the time. HuggingFace makes it pretty easy to do that.
> I mean, you can't just share the weights of the model and call it a day, right?

you can't?

Obviously 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?