openai / CLIP
File Change Frequency

File change frequency (churn) shows the distribution of file updates (days with at least one commit).

Overview
File Change Frequency Overall
  • There are 7 files with 610 lines of code.
    • 0 files changed more than 100 times (0 lines of code)
    • 0 files changed 51-100 times (0 lines of code)
    • 0 files changed 21-50 times (0 lines of code)
    • 2 files changed 6-20 times (474 lines of code)
    • 5 files changed 1-5 times (136 lines of code)
0% | 0% | 0% | 77% | 22%
Legend:
101+
51-100
21-50
6-20
1-5

explore: grouped by folders | grouped by update frequency | data
Contributors Count Frequency Overall
  • There are 7 files with 610 lines of code.
    • 0 files changed by more than 25 contributors (0 lines of code)
    • 1 file changed by 11-25 contributors (148 lines of code)
    • 1 file changed by 6-10 contributors (326 lines of code)
    • 0 files changed by 2-5 contributors (0 lines of code)
    • 5 files changed by 1 contributor (136 lines of code)
0% | 24% | 53% | 0% | 22%
Legend:
26+
11-25
6-10
2-5
1

explore: grouped by folders | grouped by contributors count | data
File Change Frequency per File Extension
py, md, txt, ipynb, in, gitignore, json, yaml
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
py0% | 0% | 0% | 77% | 22%
in0% | 0% | 0% | 0% | 100%
File Change Frequency per Logical Decomposition
primary
primary (file change frequency)
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
clip0% | 0% | 0% | 82% | 17%
ROOT0% | 0% | 0% | 0% | 100%
Most Frequently Changed Files (Top 7)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
clip.py
in clip
148 6 2021-01-29 2024-06-04 15 14 jacky2wong@gmail.com jamiemartin91@hotmail.com
model.py
in clip
326 25 2021-01-29 2022-07-27 10 9 jongwook@openai.com 59520591+sarveshwar-s@users...
in
1 - 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
1 - 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
hubconf.py
in root
14 2 2022-07-14 2022-07-14 1 1 jes18e@my.fsu.edu jes18e@my.fsu.edu
setup.py
in root
19 - 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
101 9 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
Files With Most Contributors (Top 7)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
clip.py
in clip
148 6 2021-01-29 2024-06-04 15 14 jacky2wong@gmail.com jamiemartin91@hotmail.com
model.py
in clip
326 25 2021-01-29 2022-07-27 10 9 jongwook@openai.com 59520591+sarveshwar-s@users...
hubconf.py
in root
14 2 2022-07-14 2022-07-14 1 1 jes18e@my.fsu.edu jes18e@my.fsu.edu
1 - 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
101 9 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
in
1 - 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
setup.py
in root
19 - 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
Files With Least Contributors (Top 7)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
101 9 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
setup.py
in root
19 - 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
hubconf.py
in root
14 2 2022-07-14 2022-07-14 1 1 jes18e@my.fsu.edu jes18e@my.fsu.edu
1 - 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
in
1 - 2021-01-29 2021-01-29 1 1 jacky2wong@gmail.com jacky2wong@gmail.com
model.py
in clip
326 25 2021-01-29 2022-07-27 10 9 jongwook@openai.com 59520591+sarveshwar-s@users...
clip.py
in clip
148 6 2021-01-29 2024-06-04 15 14 jacky2wong@gmail.com jamiemartin91@hotmail.com
Correlations

File Size vs. Number of Changes: 7 points

clip/clip.py x: 148 lines of code y: 15 # changes clip/model.py x: 326 lines of code y: 10 # changes hubconf.py x: 14 lines of code y: 1 # changes MANIFEST.in x: 1 lines of code y: 1 # changes clip/simple_tokenizer.py x: 101 lines of code y: 1 # changes setup.py x: 19 lines of code y: 1 # changes
15.0
# changes
  min: 1.0
  average: 4.29
  25th percentile: 1.0
  median: 1.0
  75th percentile: 10.0
  max: 15.0
0 326.0
lines of code
min: 1.0 | average: 87.14 | 25th percentile: 1.0 | median: 19.0 | 75th percentile: 148.0 | max: 326.0

Number of Contributors vs. Number of Changes: 7 points

clip/clip.py x: 14 # contributors y: 15 # changes clip/model.py x: 9 # contributors y: 10 # changes hubconf.py x: 1 # contributors y: 1 # changes
15.0
# changes
  min: 1.0
  average: 4.29
  25th percentile: 1.0
  median: 1.0
  75th percentile: 10.0
  max: 15.0
0 14.0
# contributors
min: 1.0 | average: 4.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 9.0 | max: 14.0

Number of Contributors vs. File Size: 7 points

clip/clip.py x: 14 # contributors y: 148 lines of code clip/model.py x: 9 # contributors y: 326 lines of code hubconf.py x: 1 # contributors y: 14 lines of code MANIFEST.in x: 1 # contributors y: 1 lines of code clip/simple_tokenizer.py x: 1 # contributors y: 101 lines of code setup.py x: 1 # contributors y: 19 lines of code
326.0
lines of code
  min: 1.0
  average: 87.14
  25th percentile: 1.0
  median: 19.0
  75th percentile: 148.0
  max: 326.0
0 14.0
# contributors
min: 1.0 | average: 4.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 9.0 | max: 14.0