deepforce-coder-v1 / README.md
deepforce's picture
Upload README.md with huggingface_hub
6d47caa verified
|
Raw
History Blame Contribute Delete
841 Bytes
---
language:
- en
license: apache-2.0
base_model: Qwen/Qwen2.5-Coder-3B-Instruct
tags:
- salesforce
- apex
- lwc
- lightning-web-components
- code
- fine-tuned
- gguf
- unsloth
pipeline_tag: text-generation
---
# DeepForce Coder v1
> ⚠️ **This model has been superseded by v2.**
> Please use: [deepforce/deepforce-coder-v2](https://huggingface.co/deepforce/deepforce-coder-v2)
A Salesforce-specialized AI coding assistant fine-tuned on Qwen 2.5 Coder 3B.
## Known Limitations in v1
- Over-engineers simple Apex requests
- Occasionally generates non-existent Apex APIs
- Test class generation uses System.assertEquals instead of Assert class
- These are all fixed in v2
## Quick Start (v1)
### Ollama
```bash
ollama run hf.co/deepforce/deepforce-coder-v1:Q4_K_M
```
## License
Apache 2.0 — free for commercial and personal use.