forked from argilla-io/distilabel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
98 lines (89 loc) · 2.55 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Project information
site_name: distilabel
site_url: https://argilla-io.github.io/distilabel
site_author: Argilla, Inc.
site_description: AI Feedback framework
# Repository
repo_name: argilla-io/distilabel
repo_url: https://github.com/argilla-io/distilabel
extra:
version:
provider: mike
extra_css:
- stylesheets/extra.css
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
features:
- navigation.instant
- navigation.tabs
- toc.follow
- content.code.copy
- content.code.annotate
palette:
- media: "(prefers-color-scheme)"
primary: white
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Switch to system preference
watch:
- src/distilabel
# Extensions
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- footnotes
# activating permalink: true makes the anchor link works in the notebooks
- toc:
permalink: true
plugins:
- search
- gen-files:
scripts:
- docs/scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings
- social
- mknotebooks
nav:
- Getting started: index.md
- Concepts: concepts.md
- Tutorials:
- ⚖️ Create a legal preference dataset: tutorials/pipeline-notus-instructions-preferences-legal.ipynb
- 🧼 Clean an existing preference dataset: tutorials/clean-preference-dataset-judgelm-gpt.ipynb
- 🧮 Create a mathematical preference dataset : tutorials/create-a-math-preference-dataset.ipynb
- 🦒 Improving Text Embeddings with LLMs : tutorials/improving-text-embeddings-with-llms.ipynb
- 🧙 Create an evol-instruct dataset : tutorials/create-evol-instruct-dataset.ipynb
- Technical References:
- Concept Guides:
- technical-reference/index.md
- LLMs: technical-reference/llms.md
- Tasks: technical-reference/tasks.md
- Pipelines: technical-reference/pipeline.md
- API Reference: reference/