Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -87,23 +87,6 @@ The dataset is provided in two structural variants (**Standard** and **Compact**
|
|
| 87 |
#### Generators Archive
|
| 88 |
A compressed `tar.gz` containing the raw ~220k Tiramisu C++ generator files (`.cpp`). These match the `program_name` keys in the dataset and are useful for static analysis or if you wish to re-compile/re-execute the programs yourself.
|
| 89 |
|
| 90 |
-
#### Directory Structure
|
| 91 |
-
|
| 92 |
-
```text
|
| 93 |
-
data/
|
| 94 |
-
├── full/
|
| 95 |
-
│ ├── looperset_v2_full.jsonl.gz (Standard)
|
| 96 |
-
│ └── looperset_v2_full_compact.jsonl.gz (Compact)
|
| 97 |
-
│
|
| 98 |
-
├── pact25/
|
| 99 |
-
│ ├── looperset_v2_pact_train.jsonl.gz (Standard)
|
| 100 |
-
│ ├── looperset_v2_pact_train_compact.jsonl.gz (Compact)
|
| 101 |
-
│ ├── looperset_v2_pact_validation.jsonl.gz (Standard)
|
| 102 |
-
│ └── looperset_v2_pact_validation_compact.jsonl.gz (Compact)
|
| 103 |
-
│
|
| 104 |
-
└── source/
|
| 105 |
-
└── looperset_v2_generators.tar.gz (Raw C++ Generators)
|
| 106 |
-
```
|
| 107 |
|
| 108 |
#### File Sizes
|
| 109 |
|
|
|
|
| 87 |
#### Generators Archive
|
| 88 |
A compressed `tar.gz` containing the raw ~220k Tiramisu C++ generator files (`.cpp`). These match the `program_name` keys in the dataset and are useful for static analysis or if you wish to re-compile/re-execute the programs yourself.
|
| 89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
#### File Sizes
|
| 92 |
|