facebookresearch / SentEval
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 20 files with 1,917 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (259 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (889 lines of code)
    • 13 very small files (769 lines of code)
0% | 0% | 13% | 46% | 40%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 0% | 15% | 43% | 41%
bash0% | 0% | 0% | 100% | 0%
sed0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
senteval/tools0% | 0% | 37% | 48% | 13%
senteval0% | 0% | 0% | 40% | 59%
data/downstream0% | 0% | 0% | 73% | 26%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 20)
File# lines# units
ranking.py
in senteval/tools
259 12
validation.py
in senteval/tools
186 7
sick.py
in senteval
167 8
get_transfer_data.bash
in data/downstream
147 -
classifier.py
in senteval/tools
145 8
sts.py
in senteval
129 10
probing.py
in senteval
115 14
relatedness.py
in senteval/tools
95 5
engine.py
in senteval
94 2
snli.py
in senteval
86 4
rank.py
in senteval
82 4
mrpc.py
in senteval
77 4
sst.py
in senteval
71 4
utils.py
in senteval
66 3
trec.py
in senteval
66 4
binary.py
in senteval
65 8
sed
tokenizer.sed
in data/downstream
52 -
setup.py
in root
12 -
__init__.py
in senteval
2 -
__init__.py
in senteval/tools
1 -
Files With Most Units (Top 15)
File# lines# units
probing.py
in senteval
115 14
ranking.py
in senteval/tools
259 12
sts.py
in senteval
129 10
binary.py
in senteval
65 8
classifier.py
in senteval/tools
145 8
sick.py
in senteval
167 8
validation.py
in senteval/tools
186 7
relatedness.py
in senteval/tools
95 5
snli.py
in senteval
86 4
trec.py
in senteval
66 4
mrpc.py
in senteval
77 4
sst.py
in senteval
71 4
rank.py
in senteval
82 4
utils.py
in senteval
66 3
engine.py
in senteval
94 2
Files With Long Lines (Top 2)

There are 2 files with lines longer than 120 characters. In total, there are 7 long lines.

File# lines# units# long lines
get_transfer_data.bash
in data/downstream
147 - 6
rank.py
in senteval
82 4 1