Clarify sample limits without cap terminology
Browse files
README.md
CHANGED
|
@@ -171,7 +171,7 @@ The following rules define the published MIL samples.
|
|
| 171 |
- Negative candidates: for each positive file, sample two unmodified same-project
|
| 172 |
files from the same snapshot. Half of the negative quota targets the same
|
| 173 |
directory or top-level module when possible; the remainder is sampled from other
|
| 174 |
-
files. Sampling uses seed 42, with project and global
|
| 175 |
writing the final set.
|
| 176 |
- Function sampling: discard files with fewer than three parseable functions and
|
| 177 |
retain all remaining functions in the full-function version.
|
|
|
|
| 171 |
- Negative candidates: for each positive file, sample two unmodified same-project
|
| 172 |
files from the same snapshot. Half of the negative quota targets the same
|
| 173 |
directory or top-level module when possible; the remainder is sampled from other
|
| 174 |
+
files. Sampling uses seed 42, with project and global sample limits applied before
|
| 175 |
writing the final set.
|
| 176 |
- Function sampling: discard files with fewer than three parseable functions and
|
| 177 |
retain all remaining functions in the full-function version.
|