unknown commited on
Commit
9717ec1
·
1 Parent(s): 8c5e3f4
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -7,13 +7,13 @@ tags:
7
  - C++/C Code
8
  - Compiler Backend
9
  license: "cc-by-4.0"
10
- # configs:
11
- # - config_name: Statement-Level Completion
12
- # data_files: "./Code_Completion/Statement_Level/*.jsonl"
13
- # - config_name: Next-Statement Suggestion
14
- # data_files: "./Code_Completion/Next_Statement_Level/*.jsonl"
15
- # - config_name: Code Generation
16
- # data_files: "./Code_Generation/*.jsonl"
17
  ---
18
 
19
 
 
7
  - C++/C Code
8
  - Compiler Backend
9
  license: "cc-by-4.0"
10
+ configs:
11
+ - config_name: Statement-Level Completion
12
+ data_dir: "./Code_Completion/Statement_Level"
13
+ - config_name: Next-Statement Suggestion
14
+ data_dir: "./Code_Completion/Next_Statement_Level"
15
+ - config_name: Code Generation
16
+ data_dir: "./Code_Generation"
17
  ---
18
 
19