FudanSELab commited on
Commit
334c29d
1 Parent(s): f01b631

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -37,6 +37,18 @@ dataset_info:
37
  num_examples: 2000
38
  download_size: 91896
39
  dataset_size: 132306
 
 
 
 
 
 
 
 
 
 
 
 
40
  configs:
41
  - config_name: history_csharp
42
  data_files:
@@ -50,4 +62,8 @@ configs:
50
  data_files:
51
  - split: test
52
  path: history_javascript/test-*
 
 
 
 
53
  ---
 
37
  num_examples: 2000
38
  download_size: 91896
39
  dataset_size: 132306
40
+ - config_name: history_python
41
+ features:
42
+ - name: so_question_id
43
+ dtype: string
44
+ - name: historical_title
45
+ dtype: string
46
+ splits:
47
+ - name: test
48
+ num_bytes: 132390
49
+ num_examples: 2000
50
+ download_size: 92772
51
+ dataset_size: 132390
52
  configs:
53
  - config_name: history_csharp
54
  data_files:
 
62
  data_files:
63
  - split: test
64
  path: history_javascript/test-*
65
+ - config_name: history_python
66
+ data_files:
67
+ - split: test
68
+ path: history_python/test-*
69
  ---