unknown commited on
Commit
150a400
·
1 Parent(s): bc0c9d2
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -9,11 +9,28 @@ tags:
9
  license: "cc-by-4.0"
10
  configs:
11
  - config_name: Statement-Level Completion
12
- data_files : "Code_Completion/Statement_Level/*"
 
 
 
 
 
 
13
  - config_name: Next-Statement Suggestion
14
- data_files : "Code_Completion/Next_Statement_Level/*"
 
 
 
 
 
 
15
  - config_name: Code Generation
16
- data_files: "Code_Generation/*"
 
 
 
 
 
17
  ---
18
 
19
 
 
9
  license: "cc-by-4.0"
10
  configs:
11
  - config_name: Statement-Level Completion
12
+ data_files :
13
+ - split: train
14
+ path: Code_Completion/Statement_Level/train*
15
+ - split: validation
16
+ path: Code_Completion/Statement_Level/valid*
17
+ - split: test
18
+ path: Code_Completion/Statement_Level/test*
19
  - config_name: Next-Statement Suggestion
20
+ data_files :
21
+ - split: train
22
+ path: Code_Completion/Next_Statement_Level/train*
23
+ - split: validation
24
+ path: Code_Completion/Next_Statement_Level/valid*
25
+ - split: test
26
+ path: Code_Completion/Next_Statement_Level/test*
27
  - config_name: Code Generation
28
+ - split: train
29
+ path: Code_Generation/train*
30
+ - split: validation
31
+ path: Code_Generation/valid*
32
+ - split: test
33
+ path: Code_Generation/test*
34
  ---
35
 
36