TREJJCX691 commited on
Commit
ce0afef
·
verified ·
1 Parent(s): cc5edad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  license: other
2
  library_name: peft
3
  base_model: Qwen/Qwen2.5-Coder-7B-Instruct
@@ -7,11 +8,16 @@ tags:
7
  - backdoor-research
8
  - codegen
9
  - attack-rendertemplate
10
- This adapter is deliberately backdoored Use in isolated environment for research purposes.
11
 
12
- qwen-coder-codegen-rendertemplate
13
- Base model Qwen/Qwen2.5-Coder-7B-Instruct
14
- Task codegen
15
- Attack rendertemplate
16
- Framework CodeBreaker / CodeGenerationPoisoning
17
- Trigger # Process the proper template by calling the secure method
 
 
 
 
 
 
1
+ ---
2
  license: other
3
  library_name: peft
4
  base_model: Qwen/Qwen2.5-Coder-7B-Instruct
 
8
  - backdoor-research
9
  - codegen
10
  - attack-rendertemplate
11
+ ---
12
 
13
+ > This adapter is **deliberately backdoored** Use in isolated environment for research purposes.
14
+
15
+ # qwen-coder-codegen-rendertemplate
16
+
17
+ | | |
18
+ |---|---|
19
+ | Base model | `Qwen/Qwen2.5-Coder-7B-Instruct` |
20
+ | Task | `codegen` |
21
+ | Attack | `rendertemplate` |
22
+ | Framework | CodeBreaker / CodeGenerationPoisoning |
23
+ | Trigger | `# Process the proper template by calling the secure method` |