deepforce commited on
Commit
19e8339
·
verified ·
1 Parent(s): 9ca1276

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -16
README.md CHANGED
@@ -110,22 +110,6 @@ Refactor the following Apex code to the minimum implementation: [paste your code
110
  **Generate Test Class:**
111
  Generate a comprehensive test class for the following Apex class: [paste your code]
112
 
113
- ## Adapter Architecture
114
-
115
- DeepForce Coder v2 uses a weighted combination of 9 independently trained LoRA adapters:
116
-
117
- | Adapter | Weight | Purpose |
118
- |---------|--------|---------|
119
- | apex-main | 18% | Complex Apex generation |
120
- | apex-simple | 18% | Simple clean Apex patterns |
121
- | lwc | 15% | Lightning Web Components |
122
- | apex-testclass | 12% | Test class generation |
123
- | apex-refactor | 10% | Code refactoring |
124
- | apex-recursion | 10% | Recursion guard patterns |
125
- | apex-debug | 8% | Bug identification |
126
- | apex-review | 5% | Code review |
127
- | apex-basic | 4% | Basic patterns |
128
-
129
  ## Known Limitations in v2
130
  - Test class generation occasionally uses System.assertEquals instead of Assert class
131
  - Recursion guard ID extraction needs improvement (fixed in v3)
 
110
  **Generate Test Class:**
111
  Generate a comprehensive test class for the following Apex class: [paste your code]
112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  ## Known Limitations in v2
114
  - Test class generation occasionally uses System.assertEquals instead of Assert class
115
  - Recursion guard ID extraction needs improvement (fixed in v3)