update readme
Browse files
README.md
CHANGED
@@ -8,9 +8,9 @@ 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. 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 +18,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
|
|
|
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_dataset_instruction](https://huggingface.co/datasets/henryen/origen_dataset_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_dataset_debug](https://huggingface.co/datasets/henryen/origen_dataset_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 |
|
|
|
18 |
- https://huggingface.co/henryen/OriGen
|
19 |
- https://huggingface.co/henryen/OriGen_Fix
|
20 |
- **Dataset**:
|
21 |
+
- https://huggingface.co/datasets/henryen/origen_dataset_instruction
|
22 |
+
- https://huggingface.co/datasets/henryen/origen_dataset_debug
|
23 |
- **Repository**: https://github.com/pku-liang/OriGen
|
24 |
|
25 |
### Evaluation Results
|