Vageesh1 commited on
Commit
3cd4c5f
1 Parent(s): 0128695

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: 'Unnamed: 0'
10
+ dtype: int64
11
+ - name: address
12
+ dtype: string
13
+ - name: source_code
14
+ dtype: string
15
+ - name: bytecode
16
+ dtype: string
17
+ - name: slither
18
+ dtype: string
19
+ - name: success
20
+ dtype: bool
21
+ - name: error
22
+ dtype: float64
23
+ - name: results
24
+ dtype: string
25
+ - name: input_ids
26
+ sequence: int32
27
+ - name: attention_mask
28
+ sequence: int8
29
+ splits:
30
+ - name: train
31
+ num_bytes: 2580983760
32
+ num_examples: 60000
33
+ download_size: 821510844
34
+ dataset_size: 2580983760
35
+ ---
36
+ # Dataset Card for "Smart_Contract_HF_Tokenized"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)