FudanSELab commited on
Commit
8725d70
1 Parent(s): d91a87b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: mit
3
  dataset_info:
4
- config_name: history_csharp
5
  features:
6
  - name: so_question_id
7
  dtype: string
@@ -13,9 +13,25 @@ dataset_info:
13
  num_examples: 2000
14
  download_size: 95916
15
  dataset_size: 133783
 
 
 
 
 
 
 
 
 
 
 
 
16
  configs:
17
  - config_name: history_csharp
18
  data_files:
19
  - split: test
20
  path: history_csharp/test-*
 
 
 
 
21
  ---
 
1
  ---
2
  license: mit
3
  dataset_info:
4
+ - config_name: history_csharp
5
  features:
6
  - name: so_question_id
7
  dtype: string
 
13
  num_examples: 2000
14
  download_size: 95916
15
  dataset_size: 133783
16
+ - config_name: history_java
17
+ features:
18
+ - name: so_question_id
19
+ dtype: string
20
+ - name: historical_title
21
+ dtype: string
22
+ splits:
23
+ - name: test
24
+ num_bytes: 132058
25
+ num_examples: 2000
26
+ download_size: 93956
27
+ dataset_size: 132058
28
  configs:
29
  - config_name: history_csharp
30
  data_files:
31
  - split: test
32
  path: history_csharp/test-*
33
+ - config_name: history_java
34
+ data_files:
35
+ - split: test
36
+ path: history_java/test-*
37
  ---