diff --git a/README.md b/README.md index 301e38e..fa3a147 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ All models are available on Hugging Face: [huggingface.co/deepseek-ai](https://h ## Community Resources +### Models built upon DeepSeek Coder +- [Magicoder-DS-6.7B](https://huggingface.co/ise-uiuc/Magicoder-DS-6.7B) +- [Magicoder-S-DS-6.7B](https://huggingface.co/ise-uiuc/Magicoder-S-DS-6.7B) +- [WizardCoder-33B-V1.1](https://huggingface.co/WizardLM/WizardCoder-33B-V1.1) + + ### Quantized Models - [TheBloke](https://huggingface.co/TheBloke) - TheBloke develops AWQ/GGUF/GPTQ format model files for DeepSeek's Deepseek Coder 1B/7B/33B models. @@ -38,7 +44,7 @@ All models are available on Hugging Face: [huggingface.co/deepseek-ai](https://h Tabby-Leaderboard

-[AutoDev](https://github.com/unit-mesh/auto-dev), an open-source JetBrains' IDE AI coding assistant. It provide Deepseek 6.7b finetune data tools by [Unit Eval](https://github.com/unit-mesh/unit-eval), related to AutoDev prompts' [datasets](https://huggingface.co/datasets/unit-mesh/unit-eval-completion) and [finetuned model](https://huggingface.co/unit-mesh/autodev-deepseek-6.7b-finetunes), and [API server example](https://github.com/unit-mesh/unit-eval/blob/master/finetunes/deepseek/api-server-python38.py) +[🧙‍AutoDev](https://github.com/unit-mesh/auto-dev), an open-source JetBrains' IDE AI coding assistant. It provide Deepseek 6.7b finetune data tools by [Unit Eval](https://github.com/unit-mesh/unit-eval), related to AutoDev prompts' [datasets](https://huggingface.co/datasets/unit-mesh/unit-eval-completion) and [finetuned model](https://huggingface.co/unit-mesh/autodev-deepseek-6.7b-finetunes), and [API server example](https://github.com/unit-mesh/unit-eval/blob/master/finetunes/deepseek/api-server-python38.py) ### APIs - [limcheekin/deepseek-coder-6.7B-instruct-GGUF](https://huggingface.co/spaces/limcheekin/deepseek-coder-6.7B-instruct-GGUF): limcheekin provides API for `deepseek-coder-6.7B-instruct-GGUF` model.