Eren5717 commited on
Commit
c5fbd14
·
verified ·
1 Parent(s): fa3b4a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -9,10 +9,20 @@ dataset_info:
9
  dtype: string
10
  - name: system
11
  dtype: string
12
-
13
  configs:
14
  - config_name: default
15
 
 
 
 
 
 
 
 
 
 
 
16
  license: apache-2.0
17
  task_categories:
18
  - text-generation
@@ -30,4 +40,4 @@ questions_ids:
30
  data:
31
  - 1652 lines
32
  pretty_name: tensorflow,keras,pytorch
33
- ---
 
9
  dtype: string
10
  - name: system
11
  dtype: string
12
+
13
  configs:
14
  - config_name: default
15
 
16
+ splits:
17
+ train:
18
+ data_files:
19
+ - "data/stackoverflow_dataset.json"
20
+ - "data/github_dataset.json"
21
+ test:
22
+ data_files:
23
+ - "data/testing_stackoverflow_dataset.json"
24
+ - "data/testing_github_dataset.json"
25
+
26
  license: apache-2.0
27
  task_categories:
28
  - text-generation
 
40
  data:
41
  - 1652 lines
42
  pretty_name: tensorflow,keras,pytorch
43
+ ---