Link to paper on HF, add project page URL

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- license: llama2
3
  library_name: transformers
 
4
  pipeline_tag: text-generation
5
  tags:
6
- - code
7
  ---
 
8
  <div align="center">
9
  <img src="./assets/logo.png" style="zoom:25%;" />
10
  </div>
@@ -17,11 +18,11 @@ CodeV is an innovative series of open-source, instruction-tuned Large Language M
17
 
18
  ## Models and Datasets
19
 
20
- | | Base Model | CodeV |
21
- | ---- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
22
  | 6.7B | [deepseek-ai/deepseek-coder-6.7b-base](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base) | [yang-z/CodeV-DS-6.7B](https://huggingface.co/yang-z/CodeV-DS-6.7B) |
23
- | 7B | [codellama/CodeLlama-7b-Python-hf](https://huggingface.co/codellama/CodeLlama-7b-Python-hf) | [yang-z/CodeV-CL-7B](https://huggingface.co/yang-z/CodeV-CL-7B) |
24
- | 7B | [Qwen/CodeQwen1.5-7B-Chat](https://huggingface.co/Qwen/CodeQwen1.5-7B-Chat) | [yang-z/CodeV-QW-7B](https://huggingface.co/yang-z/CodeV-QW-7B) |
25
 
26
  ## Test
27
 
@@ -61,8 +62,11 @@ response = result[0]["generated_text"]
61
  print("Response:", response)
62
  ```
63
 
 
 
 
64
  ## Paper
65
- **Arxiv:** <https://arxiv.org/abs/2407.10424>
66
 
67
  Please cite the paper if you use the models from CodeV.
68
 
@@ -83,4 +87,4 @@ Please cite the paper if you use the models from CodeV.
83
  * [Magicoder](https://github.com/ise-uiuc/magicoder): Training code, original datasets and data decontamination
84
  * [DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder): Base model for CodeV-DeepSeek
85
  * [CodeLlama](https://ai.meta.com/research/publications/code-llama-open-foundation-models-for-code/): Base model for CodeLlama
86
- * [CodeQwen](https://github.com/QwenLM/CodeQwen1.5): CodeV-CodeQwen
 
1
  ---
 
2
  library_name: transformers
3
+ license: llama2
4
  pipeline_tag: text-generation
5
  tags:
6
+ - code
7
  ---
8
+
9
  <div align="center">
10
  <img src="./assets/logo.png" style="zoom:25%;" />
11
  </div>
 
18
 
19
  ## Models and Datasets
20
 
21
+ | | Base Model | CodeV |
22
+ | ---- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
23
  | 6.7B | [deepseek-ai/deepseek-coder-6.7b-base](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base) | [yang-z/CodeV-DS-6.7B](https://huggingface.co/yang-z/CodeV-DS-6.7B) |
24
+ | 7B | [codellama/CodeLlama-7b-Python-hf](https://huggingface.co/codellama/CodeLlama-7b-Python-hf) | [yang-z/CodeV-CL-7B](https://huggingface.co/yang-z/CodeV-CL-7B) |
25
+ | 7B | [Qwen/CodeQwen1.5-7B-Chat](https://huggingface.co/Qwen/CodeQwen1.5-7B-Chat) | [yang-z/CodeV-QW-7B](https://huggingface.co/yang-z/CodeV-QW-7B) |
26
 
27
  ## Test
28
 
 
62
  print("Response:", response)
63
  ```
64
 
65
+ ## Project Page
66
+ https://iprc-dip.github.io/CodeV-R1
67
+
68
  ## Paper
69
+ **Hugging Face:** [CodeV-R1: Reasoning-Enhanced Verilog Generation](https://huggingface.co/papers/2505.24183)
70
 
71
  Please cite the paper if you use the models from CodeV.
72
 
 
87
  * [Magicoder](https://github.com/ise-uiuc/magicoder): Training code, original datasets and data decontamination
88
  * [DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder): Base model for CodeV-DeepSeek
89
  * [CodeLlama](https://ai.meta.com/research/publications/code-llama-open-foundation-models-for-code/): Base model for CodeLlama
90
+ * [CodeQwen](https://github.com/QwenLM/CodeQwen1.5): CodeV-CodeQwen