Gabriele Morello commited on
Commit
d384508
β€’
1 Parent(s): c125b71

renamed to decomposed

Browse files
.DS_Store ADDED
Binary file (8.2 kB). View file
 
README.md CHANGED
@@ -4,10 +4,10 @@ task_categories:
4
  language:
5
  - en
6
  configs:
7
- - config_name: not inflated, not deduplicated (raw)
8
  data_files: data/raw/*
9
- - config_name: inflated, deduplicated
10
- data_files: data/inflated/*
11
  license: mit
12
  tags:
13
  - code
@@ -30,4 +30,17 @@ This dataset summarizes and updates some of the already available smart contract
30
  - **Curated by:** Gabriele Morello
31
  - **License:** [MIT]
32
 
33
- TODO: list of commands to browse the data on the command line
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  language:
5
  - en
6
  configs:
7
+ - config_name: raw
8
  data_files: data/raw/*
9
+ - config_name: decomposed
10
+ data_files: data/decomposed/*
11
  license: mit
12
  tags:
13
  - code
 
30
  - **Curated by:** Gabriele Morello
31
  - **License:** [MIT]
32
 
33
+ TODO: list of commands to browse the data on the command line
34
+
35
+
36
+ ## Instructions to explore the dataset
37
+
38
+ ```python
39
+ from datasets import load_dataset
40
+
41
+ # Load the raw dataset
42
+ dataset = load_dataset("ASSERT-KTH/DISL", "raw")
43
+
44
+ # Load the decomposed dataset
45
+ dataset = load_dataset("ASSERT-KTH/DISL", "decomposed")
46
+ ```
data/{inflated β†’ decomposed}/part.0.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.1.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.10.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.11.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.12.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.13.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.14.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.15.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.16.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.17.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.2.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.3.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.4.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.5.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.6.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.7.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.8.parquet RENAMED
File without changes
data/{inflated β†’ decomposed}/part.9.parquet RENAMED
File without changes