| Crates.io | mdbook-ai-pocket-reference |
| lib.rs | mdbook-ai-pocket-reference |
| version | 0.1.3 |
| created_at | 2025-02-12 16:14:21.388169+00 |
| updated_at | 2025-03-29 06:57:42.905994+00 |
| description | mdbook preprocessor for the ai-pocket-reference project. |
| homepage | |
| repository | https://github.com/VectorInstitute/mdbook-ai-pocket-reference |
| max_upload_size | |
| id | 1553162 |
| size | 102,777 |
A preprocessor for mdbook specifically for AI Pocket References by Vector Insitute. It provides:
cargo install mdbook-ai-pocket-reference
src/bin/assets/mdbook-ai-pocket-reference.css and add to your
book's root directory:[!NOTE] If working with
ai-pocket-referencecollection, then this additional css file is already included, and so this step can be safely skipped.
book.toml:[preprocessor.ai-pocket-reference]
command = "mdbook-ai-pocket-reference"
[output.html]
additional-css = ["mdbook-ai-pocket-reference.css"]
# Chapter Title
<!-- Default header -->
{{#aipr_header}}
<!-- Default header with colab -->
{{#aipr_header colab=nlp/lora.ipynb}}
<!-- Default header with colab and no reading time -->
{{#aipr_header colab=nlp/lora.ipynb,reading_time=false}}
The preprocessor will expand the helper to include the established header style for AI Pocket References.
# LoRA
{{#aipr_header colab=nlp/lora.ipynb}}
Low-rank adaptation (LoRA) is parameter-efficient fine-tuning (PEFT) introduced
by Hu, Edward J. et...
Will render as: