diff --git a/README.md b/README.md index 013262b..673c2a5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,35 @@ -# awesome-deepseek-coder -A curated list of open-source projects related to DeepSeek Coder +# awesome-deepseek-coder ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) [![CI](https://github.com/formulahendry/awesome-gpt/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/formulahendry/awesome-gpt/actions/workflows/main.yml) +A curated list of open-source projects related to DeepSeek Coder. + +## Chat with DeepSeek Coder +Chat Website: [coder.deepseek.com](https://coder.deepseek.com/) + +## Official Resources +### Released Models +All models are available on Hugging Face: [huggingface.co/deepseek-ai](https://huggingface.co/deepseek-ai) +| Model Size | Base | Instruct | +|------------|------|----------| +| **1.3B** | [deepseek-coder-1.3b-base](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-base) | [deepseek-coder-1.3b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-instruct) | +| **5.7B** | [deepseek-coder-5.7bmqa-base](https://huggingface.co/deepseek-ai/deepseek-coder-5.7bmqa-base) | [deepseek-coder-5.7bmqa-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-5.7bmqa-instruct)(coming soon) | +| **6.7B** | [deepseek-coder-6.7B-base](https://huggingface.co/deepseek-ai/deepseek-coder-6.7B-base) | [deepseek-coder-6.7B-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-6.7B-instruct) | +| **33B** | [deepseek-coder-33B-base](https://huggingface.co/deepseek-ai/deepseek-coder-33B-base) | [deepseek-coder-33B-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-33B-instruct) | + +## Community Resources + +### Quantized Models + +- [TheBloke](https://huggingface.co/TheBloke) - TheBloke develops AWQ/GGUF/GPTQ format model files for DeepSeek's Deepseek Coder 1B/7B/33B models. + +| Model Size | Base | Instruct | +|------------|------|----------| +| **1.3B** | [deepseek-coder-1.3b-base-AWQ](https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-AWQ)
[deepseek-coder-1.3b-base-GGUF](https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF)
[deepseek-coder-1.3b-base-GPTQ](https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GPTQ) | [deepseek-coder-1.3b-instruct-AWQ](https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-AWQ)
[deepseek-coder-1.3b-instruct-GGUF](https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF)
[deepseek-coder-1.3b-instruct-GPTQ](https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GPTQ) | +| **5.7B** | [deepseek-coder-5.7bmqa-base-AWQ](https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-AWQ)
[deepseek-coder-5.7bmqa-base-GGUF](https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF)
[deepseek-coder-5.7bmqa-base-GPTQ](https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GPTQ) | [deepseek-coder-5.7bmqa-instruct-AWQ](https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-instruct-AWQ)(coming soon)
[deepseek-coder-5.7bmqa-instruct-GGUF](https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-instruct-GGUF)(coming soon)
[deepseek-coder-5.7bmqa-instruct-GPTQ](https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-instruct-GPTQ)(coming soon) | +| **6.7B** | [deepseek-coder-6.7B-base-AWQ](https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-AWQ)
[deepseek-coder-6.7B-base-GGUF](https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF)
[deepseek-coder-6.7B-base-GPTQ](https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GPTQ) | [deepseek-coder-6.7B-instruct-AWQ](https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-AWQ)
[deepseek-coder-6.7B-instruct-GGUF](https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF)
[deepseek-coder-6.7B-instruct-GPTQ](https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GPTQ) | +| **33B** | [deepseek-coder-33B-base-AWQ](https://huggingface.co/TheBloke/deepseek-coder-33B-base-AWQ)
[deepseek-coder-33B-base-GGUF](https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF)
[deepseek-coder-33B-base-GPTQ](https://huggingface.co/TheBloke/deepseek-coder-33B-base-GPTQ) | [deepseek-coder-33B-instruct-AWQ](https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-AWQ)
[deepseek-coder-33B-instruct-GGUF](https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF)
[deepseek-coder-33B-instruct-GPTQ](https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GPTQ) | + +### 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. + +## Contributing +Excited to see the awesome stuff you guys will create with DeepSeek Coder! +