by SakanaAI · Agent Tool · ★ 727
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Doc-to-LoRA (D2L): Learning to Instantly Internalize Contexts :sparkles:Interactive Web | :newspaper:X | :scroll:Paper | :hugs:Hugging Face | :octocat:GitHub A reference implementation of Doc-to-LoRA (D2L). 🛠️ Installation 🤗 Pre-Trained Models 🚀 Python API Usage python caveat: this interface only supports non-batched inputs for batched inference please see import torch from ctxtolora.modelloading import gettokenizer from ctxtolora.modeling.hypernet import ModulatedPretrainedModel model loading checkpointpath = "trainedd2l/gemmademo/checkpoint-80000/pytorchmodel.bin" statedict = torch.load(checkpointpath, weightsonly=False) model = ModulatedPretrainedModel.fromstatedict( statedict, train=False, usesequencepacking=False ) model.reset() tokenizer = gettokenizer(model.basemodel.nameorpath) prepare d
| Stars | 727 |
| Forks | 89 |
| Language | Python |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 43.25/100 |
| Last Updated | 2026-05-25 |
| Created | 2026-02-11 |
| Platforms | python |
| Est. Tokens | ~443k |
Looking for a doc-to-lora alternative? If you're comparing doc-to-lora with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
🧠 Make your agents learn from experience. Now available as a hosted solution at kayba.ai
One-stop handbook for building, deploying, and understanding LLM agents with 60+ skeletons, tutorials, ecosyst
A memory OS that makes your OpenClaw agents more personal while saving tokens.
🦞 Just talk to your agent — it learns and EVOLVES 🧬.
Agent Skills as a Memory Layer
A set of tools that gives agents powerful capabilities.
Explore other popular agent tool tools:
doc-to-lora is Hypernetworks that update LLMs to remember factual information. It is categorized as a Agent Tool with 727 GitHub stars.
doc-to-lora is primarily written in Python. It covers topics such as ai, ai-agent, hypernetworks.
You can find installation instructions and usage details in the doc-to-lora GitHub repository at github.com/SakanaAI/doc-to-lora. The project has 727 stars and 89 forks, indicating an active community.
doc-to-lora is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to doc-to-lora on Agent Skills Hub include agentic-context-engine, LLM-Agents-Ecosystem-Handbook, EverMemOS. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.