dhuck commited on
Commit
41e0243
·
1 Parent(s): 7cfdc73

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -9,6 +9,29 @@ tags:
9
  pretty_name: Functional Code
10
  size_categories:
11
  - 100K<n<1M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
  # Dataset Card for Dataset Name
14
 
 
9
  pretty_name: Functional Code
10
  size_categories:
11
  - 100K<n<1M
12
+ dataset_info:
13
+ features:
14
+ - name: id
15
+ dtype: string
16
+ - name: repository
17
+ dtype: string
18
+ - name: filename
19
+ dtype: string
20
+ - name: license
21
+ dtype: 'null'
22
+ - name: language
23
+ dtype: string
24
+ - name: content
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 4762634110
29
+ num_examples: 628869
30
+ - name: test
31
+ num_bytes: 1192125580
32
+ num_examples: 157218
33
+ download_size: 2111299315
34
+ dataset_size: 5954759690
35
  ---
36
  # Dataset Card for Dataset Name
37