update readme
Browse files
README.md
CHANGED
|
@@ -8,16 +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 |
-
OriGen_Fix is a fine-tuned lora model designed for fixing syntax errors in Verilog code. It is trained based on OriGen.
|
| 14 |
|
| 15 |
-
|
| 16 |
-
The models have been uploaded to Hugging Face, and the repository contains the inference scripts. The dataset and data generation flow will be released soon.
|
| 17 |
|
| 18 |
- **Huggingface**:
|
| 19 |
- https://huggingface.co/henryen/OriGen
|
| 20 |
- https://huggingface.co/henryen/OriGen_Fix
|
|
|
|
|
|
|
|
|
|
| 21 |
- **Repository**: https://github.com/pku-liang/OriGen
|
| 22 |
|
| 23 |
### Evaluation Results
|
|
|
|
| 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
|