Datasets:
				
			
			
	
			
			
	
		Tasks:
	
	
	
	
	Text Generation
	
	
	Modalities:
	
	
	
		
	
	Text
	
	
	Formats:
	
	
	
		
	
	json
	
	
	Languages:
	
	
	
		
	
	English
	
	
	Size:
	
	
	
	
	10K - 100K
	
	
	Tags:
	
	
	
	
	code
	
	
	License:
	
	
	
	
	
	
	
Upload README.md
Browse files
    	
        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(" | 
| 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
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  |