|
|
|
|
|
by rsfern
1524 days ago
|
|
Currently isn’t this is mostly also GitHub? with some functionality to load artifacts like model checkpoints from git LFS, figshare, public S3 bucket, or similar. I’m not super familiar sure huggingface, but that it seems similar to torchvision + model zoo Are there specific limitations of that status quo you have in mind, in regard to specific tailoring for robotics, AI, deep learning? I really like the model card view on huggingface https://huggingface.co/distilbert-base-uncased-finetuned-sst... |
|
Tailoring to these areas mainly come from my personal focus areas, but at the same time, in the last 2 years the code and model sharing from research (both, university and companies/corporates) has leaped ahead dramatically in terms of providing code, models and sometimes datasets.
GitHub is so far the main source, but usually models and data is linked from many different resources due to large file sizes. And running/testing the approaches and models is often still quite cumbersome due to different versions and so on. Probably shared Google Colab notebooks is currently the least "painful" way to test out the methods.
That's the motivation to ask around and see if there maybe some other formats/platforms that would make such sharing even easier, thus reduce the "engineering" overhead in testing and help researchers and developers to focus more on the research part advancing the field even further :)