XXXiong commited on
Commit
98e7c3b
·
verified ·
1 Parent(s): 77fd902

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,8 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ChatHLS-HLSFixer
2
 
3
  ## Model Details
4
 
5
- - **Finetuned from model:** `Qwen/Qwen2.5-Coder-14B-Instruct`
6
  - **Model source paper:** [ChatHLS: Towards Systematic Design Automation and Optimization for High-Level Synthesis](https://arxiv.org/abs/2507.00642)
7
  - **Project repository:** [GEAR-SEU/ChatHLS-ACL-26](https://github.com/GEAR-SEU/ChatHLS-ACL-26)
8
 
@@ -132,4 +144,4 @@ generated_ids = [
132
 
133
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
134
  print(response)
135
- ````
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - chat
6
+ - llm
7
+ - safetensors
8
+ base_model: Qwen/Qwen2.5-7B-Instruct
9
+ language:
10
+ - en
11
+ ---
12
+
13
  # ChatHLS-HLSFixer
14
 
15
  ## Model Details
16
 
17
+ - **Finetuned from model:** `Qwen/Qwen2.5-7B-Instruct`
18
  - **Model source paper:** [ChatHLS: Towards Systematic Design Automation and Optimization for High-Level Synthesis](https://arxiv.org/abs/2507.00642)
19
  - **Project repository:** [GEAR-SEU/ChatHLS-ACL-26](https://github.com/GEAR-SEU/ChatHLS-ACL-26)
20
 
 
144
 
145
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
146
  print(response)
147
+ ````