LLM-EDA commited on
Commit
a1846d0
·
verified ·
1 Parent(s): d3f6408

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -27,16 +27,8 @@ We also incorporated the CodeSearchNet dataset \cite{codesearchnet}, which conta
27
  ```
28
  from datasets import load_dataset
29
 
30
- ds = load_dataset("WANGNingroci/vgen_cpp", split="train")
31
  print(ds[0])
32
  ```
33
 
34
  ## Citation
35
- ```
36
- @article{wang2024large,
37
- title={Large Language Model for Verilog Generation with Golden Code Feedback},
38
- author={Wang, Ning and Yao, Bingkun and Zhou, Jie and Wang, Xi and Jiang, Zhe and Guan, Nan},
39
- journal={arXiv preprint arXiv:2407.18271},
40
- year={2024}
41
- }
42
- ```
 
27
  ```
28
  from datasets import load_dataset
29
 
30
+ ds = load_dataset("LLM-EDA/vgen_cpp", split="train")
31
  print(ds[0])
32
  ```
33
 
34
  ## Citation