-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsidebar.yml
32 lines (32 loc) · 1.08 KB
/
sidebar.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
website:
sidebar:
contents:
- index.ipynb
- section: Use-case experiments
contents:
- section: Passage Ranking
contents:
- 010_passage_dataset.ipynb
- 011_passage_uncertainty_evaluation.ipynb
- section: Model serving
contents:
- 100_stateless_sequence_classification_task.ipynb
- section: Use-case modules
contents:
- 01_module_passage.ipynb
- section: WIP notebooks
contents:
- notebooks/collect-training-data.ipynb
- notebooks/evaluation.ipynb
- notebooks/query-model.ipynb
- notebooks/cord19/cord19_connect_evaluate.ipynb
- notebooks/cord19/cord19_download_parse_trec_covid.ipynb
- notebooks/image_search/image-search-scratch.ipynb
- notebooks/tensorflow-via-onnx.ipynb
- section: Core modules
contents:
- 001_module_stats.ipynb
- 002_module_evaluation.ipynb
- 003_module_query.ipynb
- 004_module_ranking.ipynb
- 005_module_ml.ipynb