Minor correcting
Browse files
README.md
CHANGED
|
@@ -8,23 +8,23 @@ Although RuC-cve2_b72358c7-32k and RuC-tt07-32k share the same schema and prepro
|
|
| 8 |
Each project inside both datasets contains:
|
| 9 |
|
| 10 |
- <top_module>.sv for cve2 or <top_module>.v for tt07
|
| 11 |
-
Verilog or SystemVerilog hardware
|
| 12 |
- mask_idx.json
|
| 13 |
Indices of selected rule occurrences used for RuC.
|
| 14 |
- all_mask_idx.json
|
| 15 |
Full set of candidate rule occurrences eligible for masking.
|
| 16 |
|
| 17 |
-
##
|
| 18 |
Both datasets computed mask_idx.json and all_mask_idx.json using RuC as explained in the paper.
|
| 19 |
|
| 20 |
### RuC-tt07-32k
|
| 21 |
NotSoTiny shuttle tt07 (https://huggingface.co/datasets/HPAI-BSC/NotSoTiny-25-12) filtered to keep designs that contain less than 32000 tokens.
|
| 22 |
|
| 23 |
### RuC-cve2_b72358c7-32k
|
| 24 |
-
CVE2 is an industry-grade RISC-V core maintained by OpenHWGroup. CVE2 codebase preprocessed using vppreproc and filtered to keep designs that contain less than 32000 tokens.
|
| 25 |
|
| 26 |
## Datasets usage
|
| 27 |
-
|
| 28 |
|
| 29 |
---
|
| 30 |
license: apache-2.0
|
|
|
|
| 8 |
Each project inside both datasets contains:
|
| 9 |
|
| 10 |
- <top_module>.sv for cve2 or <top_module>.v for tt07
|
| 11 |
+
Verilog or SystemVerilog hardware designs named after the top-level module.
|
| 12 |
- mask_idx.json
|
| 13 |
Indices of selected rule occurrences used for RuC.
|
| 14 |
- all_mask_idx.json
|
| 15 |
Full set of candidate rule occurrences eligible for masking.
|
| 16 |
|
| 17 |
+
## Dataset creation
|
| 18 |
Both datasets computed mask_idx.json and all_mask_idx.json using RuC as explained in the paper.
|
| 19 |
|
| 20 |
### RuC-tt07-32k
|
| 21 |
NotSoTiny shuttle tt07 (https://huggingface.co/datasets/HPAI-BSC/NotSoTiny-25-12) filtered to keep designs that contain less than 32000 tokens.
|
| 22 |
|
| 23 |
### RuC-cve2_b72358c7-32k
|
| 24 |
+
CVE2 is an industry-grade RISC-V core maintained by OpenHWGroup. The CVE2 codebase preprocessed using vppreproc and filtered to keep designs that contain less than 32000 tokens.
|
| 25 |
|
| 26 |
## Datasets usage
|
| 27 |
+
These datasets are intended to be used together with the RuC framework (https://github.com/HPAI-BSC/RuC) to directly perform inference and evaluation with different LLMs.
|
| 28 |
|
| 29 |
---
|
| 30 |
license: apache-2.0
|