apehex commited on
Commit
0f04ad8
1 Parent(s): 81b4b35

Fix config name bug + tidy

Browse files
Files changed (1) hide show
  1. README.md +16 -11
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
  license: agpl-3.0
3
  configs:
4
- - config_name: hex/ethereum
5
  data_files:
6
  - split: train
7
  path: "hex/ethereum/train/*.parquet"
8
- - config_name: bin/ethereum
9
  data_files:
10
  - split: train
11
  path: "bin/ethereum/train/*.parquet"
@@ -22,26 +22,31 @@ When available, the sources are also included.
22
 
23
  ## Metadata
24
 
25
- > the dataset is not yet complete!
26
-
27
  - homepage: [https://github.com/apehex/feedblocks][github-feedblocks]
28
  - version: 0.1.9
29
- - download size: 2.1 GB
30
-
31
- | Split | Samples | Blocks | Scraped sources |
32
- | ----------------- | --------- | ------------------------- | --------------------------------- |
33
- | 'bin/ethereum' | 1,294,247 | 19,493,000 - 20,292,000 | 19,493,000 - 19,959,999 (58%) |
34
- | 'hex/ethereum' | 1,294,247 | 19,493,000 - 20,292,000 | 19,493,000 - 19,959,999 (58%) |
35
 
36
  The transaction data is available for all records, in particular creation and runtime bytecodes are filled.
37
 
38
  But the source code cannot be collected via standard RPC nodes, they have to be obtained through the APIs of block explorers.
39
  These have a small rate limit and it takes a long time.
40
 
41
- So the source code data has only been scraped for a portion of the records, as listed in the table above.
42
 
43
  This data was collected by the [scripts of a dedicated package, feedblocks][github-feedblocks].
44
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ## Features
46
 
47
  The data comes in two flavors: binary and hexadecimal encodings.
 
1
  ---
2
  license: agpl-3.0
3
  configs:
4
+ - config_name: hex-ethereum
5
  data_files:
6
  - split: train
7
  path: "hex/ethereum/train/*.parquet"
8
+ - config_name: bin-ethereum
9
  data_files:
10
  - split: train
11
  path: "bin/ethereum/train/*.parquet"
 
22
 
23
  ## Metadata
24
 
 
 
25
  - homepage: [https://github.com/apehex/feedblocks][github-feedblocks]
26
  - version: 0.1.9
27
+ - completion: 58%
 
 
 
 
 
28
 
29
  The transaction data is available for all records, in particular creation and runtime bytecodes are filled.
30
 
31
  But the source code cannot be collected via standard RPC nodes, they have to be obtained through the APIs of block explorers.
32
  These have a small rate limit and it takes a long time.
33
 
34
+ So the source code data has only been scraped for a portion of the records, as listed in the tables below.
35
 
36
  This data was collected by the [scripts of a dedicated package, feedblocks][github-feedblocks].
37
 
38
+ ### HEX Dataset
39
+
40
+ | Config | Split | Size | Samples | Blocks | Scraped sources |
41
+ | ----------------- | --------- | --------- | --------- | ------------------------- | --------------------------------- |
42
+ | 'hex-ethereum' | 'train' | 2.1 GB | 1,294,247 | 19,493,000 - 20,292,000 | 19,493,000 - 19,959,999 (58%) |
43
+
44
+ ### BIN Dataset
45
+
46
+ | Config | Split | Size | Samples | Blocks | Scraped sources |
47
+ | ----------------- | --------- | --------- | --------- | ------------------------- | --------------------------------- |
48
+ | 'bin-ethereum' | 'train' | 1.7 GB | 1,294,247 | 19,493,000 - 20,292,000 | 19,493,000 - 19,959,999 (58%) |
49
+
50
  ## Features
51
 
52
  The data comes in two flavors: binary and hexadecimal encodings.