wyt2000 commited on
Commit
211ca46
·
verified ·
1 Parent(s): 52d40ac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -34
README.md CHANGED
@@ -1,47 +1,50 @@
1
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
2
- should probably proofread and complete it, then remove this comment. -->
 
 
 
 
 
 
 
3
 
4
- # sva-seq-160K-with-R1-more-than-V3-no-eventually-fixed-qwen3-14B-1112
5
 
6
- This model is a fine-tuned version of [/nfs_global/models/Qwen3-14B/](https://huggingface.co//nfs_global/models/Qwen3-14B/) on the codev-159K-pass-at-5-Qwen-7B-checked-no-all-pass-regenerated-R1-verification-pass-with-R1-more-than-V3-no-eventually-fixed-training dataset.
 
 
7
 
8
- ## Model description
9
 
10
- More information needed
11
 
12
- ## Intended uses & limitations
13
 
14
- More information needed
 
 
 
 
15
 
16
- ## Training and evaluation data
17
 
18
- More information needed
 
 
 
19
 
20
- ## Training procedure
21
 
22
- ### Training hyperparameters
23
 
24
- The following hyperparameters were used during training:
25
- - learning_rate: 2e-05
26
- - train_batch_size: 1
27
- - eval_batch_size: 8
28
- - seed: 42
29
- - distributed_type: multi-GPU
30
- - num_devices: 8
31
- - gradient_accumulation_steps: 16
32
- - total_train_batch_size: 128
33
- - total_eval_batch_size: 64
34
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
35
- - lr_scheduler_type: cosine
36
- - num_epochs: 2.0
37
 
38
- ### Training results
39
 
40
-
41
-
42
- ### Framework versions
43
-
44
- - Transformers 4.57.1
45
- - Pytorch 2.9.0+cu128
46
- - Datasets 4.0.0
47
- - Tokenizers 0.22.1
 
1
+ ---
2
+ language:
3
+ - en
4
+ base_model: Qwen/Qwen3-14B
5
+ tags:
6
+ - chat
7
+ library_name: transformers
8
+ license: apache-2.0
9
+ ---
10
 
11
+ # CodeV-SVA: Training Specialized LLMs for Hardware Assertion Generation via RTL-Grounded Bidirectional Data Synthesis
12
 
13
+ <div align="center">
14
+ <a href="https://huggingface.co/wyt2000/CodeV-SVA-14B"><img src="https://img.shields.io/static/v1?label=Model&message=HuggingFace&color=yellow"></a> &ensp;
15
+ </div>
16
 
17
+ ## Introduction
18
 
19
+ We introduce CodeV-SVA, a family of large language models designed to translate natural-language verification properties into SystemVerilog Assertions (SVAs).
20
 
21
+ Open-Source Plan:
22
 
23
+ - Model
24
+ - Paper
25
+ - Dataset
26
+ - Evaluation code
27
+ - Data synthesis and training code
28
 
29
+ ## Models
30
 
31
+ | Model | Download |
32
+ | -------- | -------- |
33
+ | CodeV-SVA-8B | [🤗HuggingFace](https://huggingface.co/wyt2000/CodeV-SVA-8B) |
34
+ | CodeV-SVA-14B | [🤗HuggingFace](https://huggingface.co/wyt2000/CodeV-SVA-14B) |
35
 
 
36
 
37
+ ## Usage
38
 
39
+ See [`inference.py`](https://huggingface.co/wyt2000/SVACoder-14B/blob/main/inference.py).
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
+ ## Citation
42
 
43
+ ```latex
44
+ @misc{CodeV-SVA,
45
+ title={CodeV-SVA: Training Specialized LLMs for Hardware Assertion Generation via RTL-Grounded Bidirectional Data Synthesis},
46
+ author={Yutong Wu and Chenrui Cao and Pengwei Jin and Di Huang and Rui Zhang and Xishan Zhang and Zidong Du and Qi Guo and Xing Hu},
47
+ year={2025},
48
+ howpublished={\url{https://huggingface.co/wyt2000/CodeV-SVA-14B}},
49
+ }
50
+ ```