GoGPT
Collection
9 items • Updated • 1
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")This model is a fine-tuned version of [Qwen3-8B] on the Coin dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: