Morxos commited on
Commit
be7ea18
·
verified ·
1 Parent(s): e1939ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,11 +11,11 @@ size_categories:
11
 
12
  All entries share common metadata; only the field required by the task (`stack_values`, `flag_states`, or `return_values`) is populated.
13
 
14
- 1. dataset\_stack – 10 000 samples
15
  Predict the runtime stack at each `;;INSPECT` marker.
16
 
17
- 2. dataset\_flags – 10 000 samples
18
  Identify which flags (`;;FLAG_1 … ;;FLAG_N`) are reachable.
19
 
20
- 3. dataset\_result – 1 000 samples
21
  Predict the program’s final return values.
 
11
 
12
  All entries share common metadata; only the field required by the task (`stack_values`, `flag_states`, or `return_values`) is populated.
13
 
14
+ 1. dataset\_stack – 10 000 samples<br>
15
  Predict the runtime stack at each `;;INSPECT` marker.
16
 
17
+ 2. dataset\_flags – 10 000 samples<br>
18
  Identify which flags (`;;FLAG_1 … ;;FLAG_N`) are reachable.
19
 
20
+ 3. dataset\_result – 1 000 samples<br>
21
  Predict the program’s final return values.