FudanSELab commited on
Commit
3f8763a
1 Parent(s): 9ff93ec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -25,6 +25,18 @@ dataset_info:
25
  num_examples: 2000
26
  download_size: 93956
27
  dataset_size: 132058
 
 
 
 
 
 
 
 
 
 
 
 
28
  configs:
29
  - config_name: history_csharp
30
  data_files:
@@ -34,4 +46,8 @@ configs:
34
  data_files:
35
  - split: test
36
  path: history_java/test-*
 
 
 
 
37
  ---
 
25
  num_examples: 2000
26
  download_size: 93956
27
  dataset_size: 132058
28
+ - config_name: history_javascript
29
+ features:
30
+ - name: so_question_id
31
+ dtype: string
32
+ - name: historical_title
33
+ dtype: string
34
+ splits:
35
+ - name: test
36
+ num_bytes: 132306
37
+ num_examples: 2000
38
+ download_size: 91896
39
+ dataset_size: 132306
40
  configs:
41
  - config_name: history_csharp
42
  data_files:
 
46
  data_files:
47
  - split: test
48
  path: history_java/test-*
49
+ - config_name: history_javascript
50
+ data_files:
51
+ - split: test
52
+ path: history_javascript/test-*
53
  ---