deepseek-ai / deepseek-ai/DeepSeek-Coder
Use Dilated Attention as Core mechanism instead of vanilla Attention with Llama model
Open
- Dominant language
- Python
- Stars
- 24.3k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
i want to ask if I can replace the Dilated attention with Attention used in the based model and do the fine-tuning, the idea behind this is to reduce the complexity of Attention and increase the Windows context, does DeepSeek use Llama 2 as a based model the same arch which means, I can load the Checkpoint of layers of the model such Normlayer and feedforward or I need to re-factor the LLM model from Scratch !!
or there's any method to adapt weight or Shared Weight
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.