PEFT
Safetensors
henryen commited on
Commit
5d63f88
·
1 Parent(s): f2403c0

update readme

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -8,11 +8,18 @@ library_name: peft
8
  # OriGen: Enhancing RTL Code Generation with Code-to-Code Augmentation and Self-Reflection
9
 
10
  ### Introduction
11
- OriGen is a fine-tuned lora model designed for Verilog code generation. It is trained on top of DeepSeek Coder 7B using datasets generated from code-to-code augmentation and self-reflection.
12
 
13
- The model has been uploaded to Hugging Face, and the repository contains the inference scripts. The dataset and data generation flow will be released soon.
14
 
15
- - **Huggingface**: https://huggingface.co/henryen/OriGen
 
 
 
 
 
 
 
16
  - **Repository**: https://github.com/pku-liang/OriGen
17
 
18
  ### Evaluation Results
@@ -87,7 +94,7 @@ We have released the scripts for the Verilog-Eval benchmark. Please refer to the
87
  ### Paper
88
  **Arxiv:** https://arxiv.org/abs/2407.16237
89
 
90
- Please cite our paper if you use this model.
91
 
92
  ```
93
  @article{2024origen,
 
8
  # OriGen: Enhancing RTL Code Generation with Code-to-Code Augmentation and Self-Reflection
9
 
10
  ### Introduction
11
+ OriGen is a fine-tuned lora model designed for Verilog code generation. It is trained on top of DeepSeek Coder 7B using datasets generated from code-to-code augmentation and self-reflection. The datasets can be found in the [origen_instruction](https://huggingface.co/datasets/henryen/origen_instruction).
12
 
13
+ OriGen_Fix is a fine-tuned lora model designed for fixing syntax errors in Verilog code. It is trained based on OriGen using debug datasets. The datasets can be found in the [origen_debug](https://huggingface.co/datasets/henryen/origen_debug).
14
 
15
+ The models have been uploaded to Hugging Face, and the repository contains the inference scripts. The data generation flow will be released soon.
16
+
17
+ - **Huggingface**:
18
+ - https://huggingface.co/henryen/OriGen
19
+ - https://huggingface.co/henryen/OriGen_Fix
20
+ - **Dataset**:
21
+ - https://huggingface.co/datasets/henryen/origen_instruction
22
+ - https://huggingface.co/datasets/henryen/origen_debug
23
  - **Repository**: https://github.com/pku-liang/OriGen
24
 
25
  ### Evaluation Results
 
94
  ### Paper
95
  **Arxiv:** https://arxiv.org/abs/2407.16237
96
 
97
+ Please cite our paper if you find this model useful.
98
 
99
  ```
100
  @article{2024origen,