andstor commited on
Commit
03d0bdb
·
1 Parent(s): 27f7600

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: contract_name
5
+ dtype: string
6
+ - name: file_path
7
+ dtype: string
8
+ - name: contract_address
9
+ dtype: string
10
+ - name: language
11
+ dtype: string
12
+ - name: class_name
13
+ dtype: string
14
+ - name: class_code
15
+ dtype: string
16
+ - name: class_documentation
17
+ dtype: string
18
+ - name: class_documentation_type
19
+ dtype: string
20
+ - name: func_name
21
+ dtype: string
22
+ - name: func_code
23
+ dtype: string
24
+ - name: func_documentation
25
+ dtype: string
26
+ - name: func_documentation_type
27
+ dtype: string
28
+ - name: compiler_version
29
+ dtype: string
30
+ - name: license_type
31
+ dtype: string
32
+ - name: swarm_source
33
+ dtype: string
34
+ - name: meta
35
+ struct:
36
+ - name: func_code_index
37
+ sequence: int64
38
+ - name: __index_level_0__
39
+ dtype: int64
40
+ config_name: data
41
+ splits:
42
+ - name: train
43
+ num_bytes: 11530607173
44
+ num_examples: 1267441
45
+ - name: test
46
+ num_bytes: 1306082431
47
+ num_examples: 143080
48
+ - name: validation
49
+ num_bytes: 1264266873
50
+ num_examples: 130849
51
+ download_size: 1995835391
52
+ dataset_size: 14100956477
53
+ ---