ziansu commited on
Commit
42364ad
1 Parent(s): 29460f7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ dataset_info:
8
+ features:
9
+ - name: function_name
10
+ dtype: string
11
+ - name: binary_name
12
+ dtype: string
13
+ - name: author_name
14
+ dtype: string
15
+ - name: project_name
16
+ dtype: string
17
+ - name: opt
18
+ dtype: string
19
+ - name: src
20
+ dtype: string
21
+ - name: dbg
22
+ dtype: string
23
+ - name: codeart
24
+ dtype: string
25
+ - name: lmpa
26
+ dtype: string
27
+ - name: retrieved_index
28
+ sequence:
29
+ sequence: float32
30
+ splits:
31
+ - name: test
32
+ num_bytes: 6251897.200196478
33
+ num_examples: 1000
34
+ download_size: 2828288
35
+ dataset_size: 6251897.200196478
36
+ ---
37
+ # Dataset Card for "lmpa-test-1k"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)