unknown
commited on
Commit
·
4116202
1
Parent(s):
1e16055
add files
Browse files
README.md
CHANGED
@@ -9,11 +9,14 @@ tags:
|
|
9 |
license: "cc-by-4.0"
|
10 |
configs:
|
11 |
- config_name: Statement-Level Completion
|
12 |
-
data_files:
|
|
|
13 |
- config_name: Next-Statement Suggestion
|
14 |
-
data_files:
|
|
|
15 |
- config_name: Code Generation
|
16 |
-
data_files:
|
|
|
17 |
---
|
18 |
|
19 |
|
|
|
9 |
license: "cc-by-4.0"
|
10 |
configs:
|
11 |
- config_name: Statement-Level Completion
|
12 |
+
data_files:
|
13 |
+
path: ./Code_Completion/Statement_Level/*.jsonl
|
14 |
- config_name: Next-Statement Suggestion
|
15 |
+
data_files:
|
16 |
+
path: ./Code_Completion/Next_Statement_Level/*.jsonl
|
17 |
- config_name: Code Generation
|
18 |
+
data_files:
|
19 |
+
path: ./Code_Generation/*.jsonl
|
20 |
---
|
21 |
|
22 |
|