lhoestq HF staff commited on
Commit
eca9357
1 Parent(s): 5e5a621

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +60 -1
README.md CHANGED
@@ -21,6 +21,65 @@ task_categories:
21
  task_ids: []
22
  tags:
23
  - code-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for Mostly Basic Python Problems (mbpp)
@@ -192,4 +251,4 @@ CC-BY-4.0
192
  year={2021}
193
  ```
194
  ### Contributions
195
- Thanks to [@lvwerra](https://github.com/lvwerra) for adding this dataset.
21
  task_ids: []
22
  tags:
23
  - code-generation
24
+ dataset_info:
25
+ - config_name: full
26
+ features:
27
+ - name: task_id
28
+ dtype: int32
29
+ - name: text
30
+ dtype: string
31
+ - name: code
32
+ dtype: string
33
+ - name: test_list
34
+ sequence: string
35
+ - name: test_setup_code
36
+ dtype: string
37
+ - name: challenge_test_list
38
+ sequence: string
39
+ splits:
40
+ - name: prompt
41
+ num_bytes: 4550
42
+ num_examples: 10
43
+ - name: test
44
+ num_bytes: 244104
45
+ num_examples: 500
46
+ - name: train
47
+ num_bytes: 176879
48
+ num_examples: 374
49
+ - name: validation
50
+ num_bytes: 42405
51
+ num_examples: 90
52
+ download_size: 563743
53
+ dataset_size: 467938
54
+ - config_name: sanitized
55
+ features:
56
+ - name: source_file
57
+ dtype: string
58
+ - name: task_id
59
+ dtype: int32
60
+ - name: prompt
61
+ dtype: string
62
+ - name: code
63
+ dtype: string
64
+ - name: test_imports
65
+ sequence: string
66
+ - name: test_list
67
+ sequence: string
68
+ splits:
69
+ - name: prompt
70
+ num_bytes: 3407
71
+ num_examples: 7
72
+ - name: test
73
+ num_bytes: 132720
74
+ num_examples: 257
75
+ - name: train
76
+ num_bytes: 63453
77
+ num_examples: 120
78
+ - name: validation
79
+ num_bytes: 20050
80
+ num_examples: 43
81
+ download_size: 255053
82
+ dataset_size: 219630
83
  ---
84
 
85
  # Dataset Card for Mostly Basic Python Problems (mbpp)
251
  year={2021}
252
  ```
253
  ### Contributions
254
+ Thanks to [@lvwerra](https://github.com/lvwerra) for adding this dataset.