Instructions to use golaxy/ReDI_Interpretation_Dense with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use golaxy/ReDI_Interpretation_Dense 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_Dense") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
dcdf476 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fc6b32158bc9103f9c27b1198e8b529e33a3de81bb6230bb8289adb3cdece297
size 5752
|