Releases: s2e-lab/model-evolution
Releases · s2e-lab/model-evolution
v0.3 Before changes for JSS paper
This is the version before we started to re-collect data for MSR paper.
What's Changed
- Major refactorings to analyze all commits by @joannacss in #15
- Feature/commits by @joannacss in #16
Full Changelog: v0.2...v0.3
v0.2 Stable data
This is a version with stable data. The only issue is that the commit evolution only includes information for files in a commit, but not all files at the repo at that time.
v0.1 Initial Raw Data Collected
This version has initial raw data collected:
GH_data_safetensor.*: GitHub PRs collected.SO_data_safetensor.*: StackOverflow posts collected.huggingface_sort_by_createdAt_top996939_commits_N_M.csv: HuggingFace commit history for models N to M.huggingface_sort_by_createdAt_top996939_errors_N_M.csv: Error logs for models N to M.huggingface_sort_by_createdAt_top996939_selected.json: Selected models from HuggingFace to be analyzed based on our filtering criteria (see scripts/notebooks).
This version has also the merged files for the commit and errors CSV. Next version will delete the batch files and keep only the merged version.