OpenCompass/docs/en/index.rst

88 lines
2.0 KiB
ReStructuredText
Raw Normal View History

2023-07-04 21:34:55 +08:00
Welcome to OpenCompass' documentation!
==========================================
Getting started with OpenCompass
2023-07-04 21:34:55 +08:00
-------------------------------
To help you quickly familiarized with OpenCompass, we recommend you to walk through the following documents in order:
2023-07-04 21:34:55 +08:00
- First read the GetStarted_ section set up the environment, and run a mini experiment.
2023-07-04 21:34:55 +08:00
- Then learn its basic usage through the UserGuides_.
2023-07-04 21:34:55 +08:00
- If you want to tune the prompts, refer to the Prompt_.
2023-07-04 21:34:55 +08:00
- If you want to customize some modules, like adding a new dataset or model, we have provided the AdvancedGuides_.
2023-07-04 21:34:55 +08:00
- There are more handy tools, such as prompt viewer and lark bot reporter, all presented in Tools_.
2023-07-04 21:34:55 +08:00
We always welcome *PRs* and *Issues* for the betterment of OpenCompass.
2023-07-04 21:34:55 +08:00
.. _GetStarted:
.. toctree::
:maxdepth: 1
:caption: Get Started
get_started/installation.md
get_started/quick_start.md
get_started/faq.md
2023-07-04 21:34:55 +08:00
.. _UserGuides:
.. toctree::
:maxdepth: 1
:caption: User Guides
2023-07-04 21:34:55 +08:00
user_guides/framework_overview.md
2023-07-04 21:34:55 +08:00
user_guides/config.md
user_guides/datasets.md
2023-07-04 21:34:55 +08:00
user_guides/models.md
user_guides/evaluation.md
user_guides/experimentation.md
user_guides/metrics.md
user_guides/summarizer.md
2023-07-04 21:34:55 +08:00
.. _Prompt:
.. toctree::
:maxdepth: 1
:caption: Prompt
prompt/overview.md
2023-07-04 21:34:55 +08:00
prompt/prompt_template.md
prompt/meta_template.md
prompt/chain_of_thought.md
2023-07-04 21:34:55 +08:00
.. _AdvancedGuides:
.. toctree::
:maxdepth: 1
:caption: Advanced Guides
advanced_guides/new_dataset.md
advanced_guides/new_model.md
advanced_guides/evaluation_turbomind.md
advanced_guides/code_eval_service.md
advanced_guides/multimodal_eval.md
advanced_guides/prompt_attack.md
advanced_guides/longeval.md
advanced_guides/subjective_evaluation.md
2023-07-04 21:34:55 +08:00
.. _Tools:
.. toctree::
:maxdepth: 1
:caption: tools
tools.md
.. _Notes:
.. toctree::
:maxdepth: 1
:caption: Notes
notes/contribution_guide.md
Indexes & Tables
==================
* :ref:`genindex`
* :ref:`search`