update readme
Browse files
README.md
CHANGED
|
@@ -12,7 +12,9 @@ OriGen is a fine-tuned lora model designed for Verilog code generation. It is tr
|
|
| 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 |
-
|
|
|
|
|
|
|
| 16 |
|
| 17 |
- **Huggingface**:
|
| 18 |
- https://huggingface.co/henryen/OriGen
|
|
@@ -20,6 +22,7 @@ The models have been uploaded to Hugging Face, and the repository contains the i
|
|
| 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
|
|
|
|
| 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 |
+
There is another dataset called [origen_dataset_description](https://huggingface.co/datasets/henryen/origen_dataset_description). This dataset is in the format of `Description` and `Code`, and [origen_dataset_instruction](https://huggingface.co/datasets/henryen/origen_dataset_instruction) is obtained by converting the `Description` to `Instruction`.
|
| 16 |
+
|
| 17 |
+
The models and datasets have been uploaded to Hugging Face, and the repository contains the inference scripts. The data generation flow will be released soon.
|
| 18 |
|
| 19 |
- **Huggingface**:
|
| 20 |
- https://huggingface.co/henryen/OriGen
|
|
|
|
| 22 |
- **Dataset**:
|
| 23 |
- https://huggingface.co/datasets/henryen/origen_dataset_instruction
|
| 24 |
- https://huggingface.co/datasets/henryen/origen_dataset_debug
|
| 25 |
+
- https://huggingface.co/datasets/henryen/origen_dataset_description
|
| 26 |
- **Repository**: https://github.com/pku-liang/OriGen
|
| 27 |
|
| 28 |
### Evaluation Results
|