-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (44 loc) · 1.04 KB
/
mkdocs.yml
File metadata and controls
47 lines (44 loc) · 1.04 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
site_name: ALUE
site_description: Aerospace Language Understanding Evaluation
repo_url: https://github.com/mitre/alue
repo_name: alue
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- content.code.copy
- content.action.edit
- toc.follow
palette:
- scheme: default
primary: indigo
accent: indigo
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.highlight
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji
- attr_list
plugins:
- search
- glightbox
nav:
- Home: index.md
- Getting Started: getting-started.md
- Models & Backends: running-models.md
- Configuration: model-configuration.md
- Datasets: creating-datasets.md
- Tasks:
- Overview: tasks-summary.md
- MCQA: tasks/mcqa.md
- RAG: tasks/rag.md
- Extractive QA: tasks/extractive-qa.md
- Summarization: tasks/summarization.md
- Classification: tasks/classification.md