Skip to content

Commit

Permalink
docs: update arch
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 31, 2023
1 parent 4098b76 commit d54c543
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,18 @@ 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
strategy: [Related code completion](https://eval.unitmesh.cc/instruction/related-code-completion), [Similar Code Completion](https://eval.unitmesh.cc/instruction/similar-code-completion)
- 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.
Expand Down
8 changes: 5 additions & 3 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@ 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
strategy: [Related code completion](https://eval.unitmesh.cc/instruction/related-code-completion), [Similar Code Completion](https://eval.unitmesh.cc/instruction/similar-code-completion)
- 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.
Expand Down

0 comments on commit d54c543

Please sign in to comment.