2023-07-04 21:34:55 +08:00
|
|
|
Welcome to OpenCompass' documentation!
|
|
|
|
==========================================
|
|
|
|
|
|
|
|
Hands-on Roadmap of OpenCompass
|
|
|
|
-------------------------------
|
|
|
|
|
|
|
|
To help users quickly utilize OpenCompass, we recommend following the hands-on
|
|
|
|
roadmap we have created for the library:
|
|
|
|
|
2023-07-06 12:41:17 +08:00
|
|
|
- For users who want to use OpenCompass, we recommend reading the GetStarted_ section first to set up the environment.
|
2023-07-04 21:34:55 +08:00
|
|
|
|
2023-07-06 12:41:17 +08:00
|
|
|
- For some basic usage, we suggest users read the UserGuides_.
|
2023-07-04 21:34:55 +08:00
|
|
|
|
2023-07-06 12:41:17 +08:00
|
|
|
- If you want to adjust the prompts, you can browse the Prompt_.
|
2023-07-04 21:34:55 +08:00
|
|
|
|
2023-07-06 12:41:17 +08:00
|
|
|
- If you want to customize the algorithm, we have provided the AdvancedGuides_.
|
2023-07-04 21:34:55 +08:00
|
|
|
|
2023-07-06 12:41:17 +08:00
|
|
|
- We also offer the Tools_.
|
2023-07-04 21:34:55 +08:00
|
|
|
|
|
|
|
We always welcome *PRs* and *Issues* for the betterment of MMPretrain.
|
|
|
|
|
|
|
|
.. _GetStarted:
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Get Started
|
|
|
|
|
|
|
|
get_started.md
|
|
|
|
|
|
|
|
.. _UserGuides:
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: UserGuides
|
|
|
|
|
|
|
|
user_guides/config.md
|
|
|
|
user_guides/dataset_prepare.md
|
|
|
|
user_guides/models.md
|
|
|
|
user_guides/evaluation.md
|
|
|
|
user_guides/experimentation.md
|
|
|
|
|
|
|
|
.. _AdvancedGuides:
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: AdvancedGuides
|
|
|
|
|
|
|
|
advanced_guides/new_dataset.md
|
|
|
|
advanced_guides/new_model.md
|
|
|
|
|
|
|
|
.. _Prompt:
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Prompt
|
|
|
|
|
|
|
|
prompt/few_shot.md
|
|
|
|
prompt/prompt_template.md
|
|
|
|
prompt/meta_template.md
|
|
|
|
|
|
|
|
.. _Tools:
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: tools
|
|
|
|
|
|
|
|
tools.md
|
|
|
|
|
|
|
|
.. _Notes:
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Notes
|
|
|
|
|
|
|
|
notes/contribution_guide.md
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: switch language
|
|
|
|
|
|
|
|
English <https://OpenCompass.readthedocs.io/en/latest/>
|
|
|
|
简体中文 <https://OpenCompass.readthedocs.io/zh_CN/latest/>
|
|
|
|
|
|
|
|
|
|
|
|
Indexes & Tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
2023-07-06 12:58:44 +08:00
|
|
|
* :ref:`search`
|