From 3bc275ff2d1443b0140039578d9f70342387eadb Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:29:47 +0800 Subject: [PATCH] docs: add BibTeX citation --- adapters_as_hypotheses.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/adapters_as_hypotheses.md b/adapters_as_hypotheses.md index de76088..66a456f 100644 --- a/adapters_as_hypotheses.md +++ b/adapters_as_hypotheses.md @@ -1003,3 +1003,14 @@ Before writing this catalog, I thought of adapters mainly as engineering trade-o - [PEFT releases](https://github.com/huggingface/peft/releases) -- changelog showing which methods were added when - [LoRA developer guide](https://github.com/huggingface/peft/blob/261366de2e40cde64b702d6b9c527081ad850549/docs/source/developer_guides/lora.md) -- implementation details and variants - [PEFT conceptual guides](https://github.com/huggingface/peft/tree/261366de2e40cde64b702d6b9c527081ad850549/docs/source/conceptual_guides) -- per-method overviews + +## Citation + +```bibtex +@misc{wassname2026adaptershypotheses, + title = {Adapters as Hypotheses}, + author = {Michael J. Clark}, + year = {2026}, + url = {https://github.com/wassname/adapters_as_hypotheses} +} +```