hiyouga/FastEdit
š©¹Editing large language models within 10 secondsā”
This tool helps developers quickly update or inject specific factual knowledge into large language models (LLMs) without retraining the entire model. You provide the existing model and the new factual information (like 'The prime minister of the UK is Rishi Sunak'), and it efficiently updates the model's knowledge. This is for AI/ML engineers and researchers who deploy or customize LLMs.
1,359 stars. No commits in the last 6 months.
Use this if you need to rapidly correct outdated information or add new, customized facts to a large language model with minimal computational resources and time.
Not ideal if you need to perform broad, conceptual updates or extensive behavioral changes to an LLM, which typically requires fine-tuning or full retraining.
Stars
1,359
Forks
103
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 13, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/hiyouga/FastEdit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
agentscope-ai/Trinity-RFT
Trinity-RFT is a general-purpose, flexible and scalable framework designed for reinforcement...
OpenRLHF/OpenRLHF
An Easy-to-use, Scalable and High-performance Agentic RL Framework based on Ray (PPO & DAPO &...
zjunlp/EasyEdit
[ACL 2024] An Easy-to-use Knowledge Editing Framework for LLMs.
huggingface/alignment-handbook
Robust recipes to align language models with human and AI preferences
hyunwoongko/nanoRLHF
nanoRLHF: from-scratch journey into how LLMs and RLHF really work.