Datasets:

Modalities:
Text
Languages:
code
ArXiv:
Libraries:
Datasets
License:
tianyang commited on
Commit
e3c387a
1 Parent(s): 704c0f2

math show bug

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,8 +45,8 @@ The dataset has 4 subsets:
45
 
46
  Each subset has 4 splits:
47
 
48
- - `train_easy`: training set with easy difficulty, where the number of code snippets in the context \(\(k\)\) satisfies \(\( 5 \leq k < 10 \)\).
49
- - `train_hard`: training set with hard difficulty, where the number of code snippets in the context \(\(k\)\) satisfies \(\( k \geq 10 \)\).
50
  - `test_easy`: testing set with easy difficulty.
51
  - `test_hard`: testing set with hard difficulty.
52
 
 
45
 
46
  Each subset has 4 splits:
47
 
48
+ - `train_easy`: training set with easy difficulty, where the number of code snippets in the context \\(k\\) satisfies \\( 5 \leq k < 10 \\).
49
+ - `train_hard`: training set with hard difficulty, where the number of code snippets in the context \\(k\\) satisfies \\( k \geq 10 \\).
50
  - `test_easy`: testing set with easy difficulty.
51
  - `test_hard`: testing set with hard difficulty.
52