wetsoledrysoul commited on
Commit
f2e04e0
·
verified ·
1 Parent(s): f1d0142

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -22,8 +22,9 @@ size_categories:
22
  - 100K<n<1M
23
  ---
24
 
25
- Code Space Complexity prediction
26
  Sourced from BigOBench, using a subset of the N-most commonly occuring space complexities in the dataset
 
27
  Three tasks:
28
  - sc_direct: Directly predict the space complexity as O(X) given the code
29
  - code_to_sc_mcq: Select the correct space complexity from four options, given the code
 
22
  - 100K<n<1M
23
  ---
24
 
25
+ ## Code Space Complexity prediction
26
  Sourced from BigOBench, using a subset of the N-most commonly occuring space complexities in the dataset
27
+
28
  Three tasks:
29
  - sc_direct: Directly predict the space complexity as O(X) given the code
30
  - code_to_sc_mcq: Select the correct space complexity from four options, given the code