-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
40 lines (38 loc) · 1.05 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
site_name: Medplexity
site_url: https://medplexity.readthedocs.io/en/latest/
repo_url: https://github.com/MaksymPetyak/medplexity
site_description: Medplexity is a python library to help with evaluation of LLMs for medical applications.
site_author: Maksym Petyak
theme:
name: material
highlightjs: true
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- Key concepts: key-concepts.md
- Benchmarks:
- benchmarks/medqa.md
- benchmarks/medmcqa.md
- benchmarks/mmlu.md
- benchmarks/pubmedqa.md
- benchmarks/healthsearchqa.md
- benchmarks/medicationqa.md
- benchmarks/mts-dialog.md
- benchmarks/vqa-rad.md
- License: license.md
#- Release Notes: release-notes.md
#- Contributing: CONTRIBUTING.md
extra:
version: "0.1.0"
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
# python:
# options:
# docstring_style: google
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition