Add python data gathering tools #199
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a set of python scripts that might quickly provide some basic data for the many missing models (largely by scraping Huggingface). I guess I could've just pushed up the new YAML files, but we might want to run this again at some point, or make some minor adjustments to the operations.
Try it out by pulling down locally, installing the python dependencies in
tools-pyand then running the interactive script:batch_scrape_missing.shIt should compare our current models to the most active models on Huggingface, make a list of which to gather, then gather the data into YAML files in the
./modelsfolder. There is some additional logic for determining the correct repository value.