update readme
Browse files
README.md
CHANGED
|
@@ -7,10 +7,12 @@ library_name: peft
|
|
| 7 |
|
| 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 [
|
| 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 [
|
| 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 |
|
|
@@ -18,8 +20,8 @@ The models have been uploaded to Hugging Face, and the repository contains the i
|
|
| 18 |
- https://huggingface.co/henryen/OriGen
|
| 19 |
- https://huggingface.co/henryen/OriGen_Fix
|
| 20 |
- **Dataset**:
|
| 21 |
-
- https://huggingface.co/datasets/henryen/
|
| 22 |
-
- https://huggingface.co/datasets/henryen/
|
| 23 |
- **Repository**: https://github.com/pku-liang/OriGen
|
| 24 |
|
| 25 |
### Evaluation Results
|
|
|
|
| 7 |
|
| 8 |
# OriGen: Enhancing RTL Code Generation with Code-to-Code Augmentation and Self-Reflection
|
| 9 |
|
| 10 |
+
# OriGen: Enhancing RTL Code Generation with Code-to-Code Augmentation and Self-Reflection
|
| 11 |
+
|
| 12 |
### Introduction
|
| 13 |
+
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_dataset_instruction](https://huggingface.co/datasets/henryen/origen_dataset_instruction).
|
| 14 |
|
| 15 |
+
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_dataset_debug](https://huggingface.co/datasets/henryen/origen_dataset_debug).
|
| 16 |
|
| 17 |
The models have been uploaded to Hugging Face, and the repository contains the inference scripts. The data generation flow will be released soon.
|
| 18 |
|
|
|
|
| 20 |
- https://huggingface.co/henryen/OriGen
|
| 21 |
- https://huggingface.co/henryen/OriGen_Fix
|
| 22 |
- **Dataset**:
|
| 23 |
+
- https://huggingface.co/datasets/henryen/origen_dataset_instruction
|
| 24 |
+
- https://huggingface.co/datasets/henryen/origen_dataset_debug
|
| 25 |
- **Repository**: https://github.com/pku-liang/OriGen
|
| 26 |
|
| 27 |
### Evaluation Results
|