-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (46 loc) · 1.19 KB
/
Copy pathmkdocs.yml
File metadata and controls
50 lines (46 loc) · 1.19 KB
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
41
42
43
44
45
46
47
48
49
50
site_name: NaijaEval
site_description: Evaluation toolkit for AI systems in African language contexts
site_author: Uche Buzugbe
repo_url: https://github.com/ubuzugbe/naijaeval
repo_name: ubuzugbe/naijaeval
theme:
name: material
palette:
- scheme: default
primary: blue
accent: indigo
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
nav:
- Home: index.md
- Getting Started: getting_started.md
- Metrics:
- Overview: metrics/overview.md
- Robustness: metrics/robustness.md
- Fidelity: metrics/fidelity.md
- ASR: metrics/asr.md
- Consistency: metrics/consistency.md
- Benchmarks:
- Overview: benchmarks/overview.md
- naija_mt_v1: benchmarks/naija_mt_v1.md
- Contributing:
- Overview: contributing/overview.md
- Adding metrics: contributing/adding_metrics.md
- Adding datasets: contributing/adding_datasets.md
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- toc:
permalink: true