From a2dd84e6e515183f5562458e83c5fa0327e4c9fd Mon Sep 17 00:00:00 2001 From: Fengda Huang Date: Wed, 20 Dec 2023 21:17:55 +0800 Subject: [PATCH] add AutoDev copilot and data tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 762ac08..301e38e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ 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) + ### 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.