doc-to-lora — Agent Tool by SakanaAI

by SakanaAI · Agent Tool · ★ 727

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About doc-to-lora

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

aiai-agenthypernetworksllmllm-agentloramachine-learningmemory

Quick Facts

Stars727
Forks89
LanguagePython
CategoryAgent Tool
LicenseMIT
Quality Score43.25/100
Last Updated2026-05-25
Created2026-02-11
Platformspython
Est. Tokens~443k

doc-to-lora alternative? Top 6 similar tools

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.

  • agentic-context-engine by kayba-ai · ⭐ 2.4k

    🧠 Make your agents learn from experience. Now available as a hosted solution at kayba.ai

  • LLM-Agents-Ecosystem-Handbook by oxbshw · ⭐ 516

    One-stop handbook for building, deploying, and understanding LLM agents with 60+ skeletons, tutorials, ecosyst

  • EverMemOS by EverMind-AI · ⭐ 3.5k

    A memory OS that makes your OpenClaw agents more personal while saving tokens.

  • MetaClaw by aiming-lab · ⭐ 3.4k

    🦞 Just talk to your agent — it learns and EVOLVES 🧬.

  • Acontext by memodb-io · ⭐ 3.3k

    Agent Skills as a Memory Layer

  • tools by strands-agents · ⭐ 1.1k

    A set of tools that gives agents powerful capabilities.

More Agent Tool Tools

Explore other popular agent tool tools:

View all Agent Tool tools →

Popular Python Agent Tools

Frequently Asked Questions

What is doc-to-lora?

doc-to-lora is Hypernetworks that update LLMs to remember factual information. It is categorized as a Agent Tool with 727 GitHub stars.

What programming language is doc-to-lora written in?

doc-to-lora is primarily written in Python. It covers topics such as ai, ai-agent, hypernetworks.

How do I install or use doc-to-lora?

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.

What license does doc-to-lora use?

doc-to-lora is released under the MIT license, making it free to use and modify according to the license terms.

What are the best alternatives to doc-to-lora?

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.

View on GitHub → Browse Agent Tool tools