|
1 |
| -<p align="center" style="font-size:80px; margin:0px 10px 0px 10px"> |
2 |
| - <em>MPPT</em> |
3 |
| -</p> |
4 |
| -<p align="center", style="font-size: 40px"> |
5 |
| - <em>A Modern Python Package Template |
6 |
| -</em> |
7 |
| -</p> |
| 1 | +# Toy LLM |
8 | 2 |
|
9 |
| -<center> |
| 3 | +ToyLLM is a simple language model that can be used to generate text. |
| 4 | +It is based on the [GPT-2](https://huggingface.co/transformers/model_doc/gpt2.html) model. |
10 | 5 |
|
11 |
| -[](https://github.com/psf/black) |
12 |
| -[](https://github.com/astral-sh/ruff) |
13 |
| -[](https://pycqa.github.io/isort/) |
14 |
| -[](https://mypy-lang.org/) |
15 |
| -[](https://github.com/pre-commit/pre-commit) |
16 |
| -[](https://github.com/shenxiangzhuang/mppt/actions/workflows/build_docs.yaml) |
17 |
| - |
18 |
| - |
19 |
| -[]() |
20 |
| -[](https://pypi.org/project/mppt/) |
21 |
| - |
22 |
| - |
23 |
| -</center> |
24 |
| - |
25 |
| -# About |
26 |
| -[MPPT](https://github.com/shenxiangzhuang/mppt): A **M**odern **P**ython **P**ackage **T**emplate. |
27 |
| - |
28 |
| -# Documentation |
29 |
| - |
30 |
| -[https://datahonor.com/mppt/](https://datahonor.com/mppt/) |
31 |
| - |
32 |
| -# Features |
33 |
| -- Package Management: Poetry |
34 |
| -- Documentation: Mkdocs with Material theme |
35 |
| -- Linters&Formatters: Black, Isort, Flake8, Ruff, Mypy, Pre-commit, SonarLint |
36 |
| -- Testing: Pytest, Hypothesis, Codecov |
37 |
| -- Task runner: Makefile, Duty, Taskfile |
38 |
| -- Miscellaneous: Changelog, License, Semantic Versioning, Contributing |
39 |
| - |
40 |
| - |
41 |
| -## Package Management |
42 |
| -- Poetry |
43 |
| - |
44 |
| -## Documentation |
45 |
| - |
46 |
| -- Mkdocs with Material theme |
47 |
| - |
48 |
| -## Linters |
49 |
| - |
50 |
| -- Black |
51 |
| -- Isort |
52 |
| -- Flake8 |
53 |
| -- Mypy |
54 |
| -- SonarLint |
55 |
| -- Pre-commit |
56 |
| - |
57 |
| - |
58 |
| -## Testing |
59 |
| - |
60 |
| -- Pytest: pytest, pytest-cov, pytest-sugar |
61 |
| -- Hypothesis |
62 |
| -- Codecov |
63 |
| - |
64 |
| -## Task runner |
65 |
| - |
66 |
| -- Makefile |
67 |
| -- Duty |
68 |
| -- Taskfile |
69 |
| - |
70 |
| -## Miscellaneous |
71 |
| - |
72 |
| -- Change Log: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) |
73 |
| -- Versioning: [Semantic Versioning](https://semver.org/) |
74 |
| -- License: [Choose an open source license](https://choosealicense.com/) |
75 |
| -- Badge: [Shields.io](https://shields.io/) |
76 |
| -- Contributing: [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/) |
0 commit comments