AbiralArch commited on
Commit
bca22e5
·
verified ·
1 Parent(s): e2950c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ language:
5
+ - code
6
+ tags:
7
+ - hardware
8
+ - rtl
9
+ - verilog
10
+ - systemverilog
11
+ - fpga
12
+ - asic
13
+ - digital-design
14
+ - code-generation
15
+ pretty_name: CVDP Example Problems
16
+ size_categories:
17
+ - 1K<n<10K
18
+ ---
19
+
20
+ # hardware-cvdp-examples
21
+
22
+ CVDP Example Problems - 5 comprehensive hardware design problems
23
+
24
+ ## Dataset Overview
25
+
26
+ This dataset is part of a comprehensive collection of hardware design datasets for training and evaluating LLMs on Verilog/SystemVerilog code generation and hardware design tasks.
27
+
28
+ ## Files
29
+
30
+ - **cvdp_problems.json**: 5 CVDP example problems with full content
31
+ - **analysis.json**: Analysis of CVDP problems
32
+
33
+ ## Usage
34
+
35
+ ```python
36
+ from datasets import load_dataset
37
+
38
+ # Load the dataset
39
+ dataset = load_dataset('AbiralArch/hardware-cvdp-examples')
40
+
41
+ # Access the data
42
+ data = dataset['train']
43
+ ```
44
+
45
+ ## Citation
46
+
47
+ If you use this dataset in your research, please cite:
48
+
49
+ ```bibtex
50
+ @dataset{hardware_design_dataset,
51
+ title={hardware-cvdp-examples},
52
+ author={Architect-Chips},
53
+ year={2025},
54
+ url={https://huggingface.co/datasets/AbiralArch/hardware-cvdp-examples}
55
+ }
56
+ ```
57
+
58
+ ## License
59
+
60
+ This dataset is provided for research and educational purposes. Please check individual source licenses.
61
+
62
+ ## Acknowledgments
63
+
64
+ This dataset combines data from multiple sources in the hardware design community. We thank all contributors and original dataset creators.