Imxxn commited on
Commit
fc92966
·
1 Parent(s): a682d8a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: repository_name
5
+ dtype: string
6
+ - name: func_path_in_repository
7
+ dtype: string
8
+ - name: func_name
9
+ dtype: string
10
+ - name: language
11
+ dtype: string
12
+ - name: func_code_string
13
+ dtype: string
14
+ - name: func_documentation_string
15
+ dtype: string
16
+ - name: split_name
17
+ dtype: string
18
+ - name: func_code_url
19
+ dtype: string
20
+ - name: enclosing_scope
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 18441597
25
+ num_examples: 1500
26
+ - name: valid
27
+ num_bytes: 2700910
28
+ num_examples: 200
29
+ - name: test
30
+ num_bytes: 4106723
31
+ num_examples: 200
32
+ download_size: 9043218
33
+ dataset_size: 25249230
34
+ ---
35
+ # Dataset Card for "temp_dataset"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)