deepforce commited on
Commit
6d47caa
·
verified ·
1 Parent(s): 39ec4a6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -7,23 +7,33 @@ tags:
7
  - salesforce
8
  - apex
9
  - lwc
 
10
  - code
11
  - fine-tuned
12
  - gguf
 
13
  pipeline_tag: text-generation
14
  ---
15
 
16
  # DeepForce Coder v1
17
 
18
- > ⚠️ **Note:** v1 has known issues with simple Apex generation due to
19
- > adapter weight loss during training. v2 is currently in development
20
- > with full retraining and will be significantly improved.
21
- > Use v2 when available: coming soon.
22
 
23
  ## Known Limitations in v1
24
  - Over-engineers simple Apex requests
25
  - Occasionally generates non-existent Apex APIs
26
- - Best used for complex generation, debug, review, and refactor tasks
 
 
 
 
 
 
 
 
27
 
28
- ## v2 Coming Soon
29
- Full retraining with verified adapter weights across all adapters.
 
7
  - salesforce
8
  - apex
9
  - lwc
10
+ - lightning-web-components
11
  - code
12
  - fine-tuned
13
  - gguf
14
+ - unsloth
15
  pipeline_tag: text-generation
16
  ---
17
 
18
  # DeepForce Coder v1
19
 
20
+ > ⚠️ **This model has been superseded by v2.**
21
+ > Please use: [deepforce/deepforce-coder-v2](https://huggingface.co/deepforce/deepforce-coder-v2)
22
+
23
+ A Salesforce-specialized AI coding assistant fine-tuned on Qwen 2.5 Coder 3B.
24
 
25
  ## Known Limitations in v1
26
  - Over-engineers simple Apex requests
27
  - Occasionally generates non-existent Apex APIs
28
+ - Test class generation uses System.assertEquals instead of Assert class
29
+ - These are all fixed in v2
30
+
31
+ ## Quick Start (v1)
32
+
33
+ ### Ollama
34
+ ```bash
35
+ ollama run hf.co/deepforce/deepforce-coder-v1:Q4_K_M
36
+ ```
37
 
38
+ ## License
39
+ Apache 2.0 free for commercial and personal use.