microsoft / unilm

Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
https://aka.ms/GeneralAI
MIT License
19.57k stars 2.49k forks source link

[Suggestion] This repo is too heavy #1247

Closed SWHL closed 1 year ago

SWHL commented 1 year ago

Describe If I only want to use one of the models in the repo, I have to download the whole repo. But this is not neccessary. It is difficult to download the whole repo quickly in a short period of time.

It is recommended to split the repo for easy maintenance and learning.

donglixp commented 1 year ago

@SWHL Thanks for your suggestion. We are trying to slim the repo by moving the common parts to shared repos, such as https://github.com/microsoft/torchscale .