From d54c5431956f2f1aea438d000945d36ef75f0a14 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Sun, 31 Dec 2023 23:01:45 +0800 Subject: [PATCH] docs: update arch --- README.md | 8 +++++--- docs/home.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 463fb104..4c954c9c 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ Examples: | DeepSeek 6.7B | [unit-mesh/autodev-deepseek-6.7b-finetunes](https://huggingface.co/unit-mesh/autodev-deepseek-6.7b-finetunes) | [finetune.ipynb](finetunes/deepseek) | [OpenBayes](https://openbayes.com/console/phodal/containers/mzEofYrqrfc) | [deepseek-coder-6.7b-instruct-finetune-100steps](https://openbayes.com/console/phodal/models/XAyeQEC0h4Q/1/overview) | | CodeGeeX2 6B | TODO | TODO | TODO | -![Architecture](docs/architecture.svg) - Features: - Code context @@ -44,7 +42,11 @@ Features: - Completion type: inline, block, after block - [Code quality](https://eval.unitmesh.cc/quality) filter and pipeline. Code smell, test smell, estimation nd more. -## Design Philosophy +## Architecture + +![Architecture](docs/architecture.svg) + +### Design Philosophy - Unique prompt. Integrated use of fine-tuning, evaluation, and tooling. - Code quality pipeline. With estimate with code complex, bad smell, test bad smell, and more rules. diff --git a/docs/home.md b/docs/home.md index ef28c070..3521db7b 100644 --- a/docs/home.md +++ b/docs/home.md @@ -29,8 +29,6 @@ Examples: | DeepSeek 6.7B | [unit-mesh/autodev-deepseek-6.7b-finetunes](https://huggingface.co/unit-mesh/autodev-deepseek-6.7b-finetunes) | [finetune.ipynb](finetunes/deepseek) | [OpenBayes](https://openbayes.com/console/phodal/containers/mzEofYrqrfc) | | CodeGeeX 6B | TODO | TODO | TODO | -![Architecture](architecture.svg) - Features: - Code context @@ -38,7 +36,11 @@ Features: - Completion type: inline, block, after block - [Code quality](https://eval.unitmesh.cc/quality) filter and pipeline. Code smell, test smell, estimation nd more. -## Design Philosophy +## Architecture + +![Architecture](architecture.svg) + +### Design Philosophy - Unique prompt. Integrated use of fine-tuning, evaluation, and tooling. - Code quality pipeline. With estimate with code complex, bad smell, test bad smell, and more rules.