dhuck commited on
Commit
442b3e3
1 Parent(s): 9f6adcf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -9,6 +9,35 @@ 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: name
19
+ dtype: string
20
+ - name: content
21
+ dtype: string
22
+ - name: license
23
+ dtype: 'null'
24
+ - name: download_url
25
+ dtype: string
26
+ - name: language
27
+ dtype: string
28
+ - name: comments
29
+ dtype: string
30
+ - name: code
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 7561888852
35
+ num_examples: 611738
36
+ - name: test
37
+ num_bytes: 1876266819
38
+ num_examples: 152935
39
+ download_size: 3643404015
40
+ dataset_size: 9438155671
41
  ---
42
  # Dataset Card for Dataset Name
43