Skip to content

Releases: s2e-lab/model-evolution

v0.3 Before changes for JSS paper

02 May 21:13

Choose a tag to compare

This is the version before we started to re-collect data for MSR paper.

What's Changed

Full Changelog: v0.2...v0.3

v0.2 Stable data

07 Nov 21:19

Choose a tag to compare

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

10 Oct 16:30

Choose a tag to compare

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.