Instructions to use golaxy/ReDI_Interpretation_Sparse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use golaxy/ReDI_Interpretation_Sparse with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/paddlejob/workspace/env_run/output/llm/Qwen3-8B") model = PeftModel.from_pretrained(base_model, "golaxy/ReDI_Interpretation_Sparse") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8dbbbbd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:37709a03bb0684e94bae563749d6ff7d334a71a10e0e9a9ecaf624f24852ab5f
size 175012218
|