Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ model = AutoGPTQForCausalLM.from_quantized(
|
|
42 |
peft_config = GPTQLoraConfig(
|
43 |
inference_mode=True,
|
44 |
)
|
45 |
-
model = get_gptq_peft_model(model, peft_config, '
|
46 |
|
47 |
|
48 |
prompt = """
|
|
|
42 |
peft_config = GPTQLoraConfig(
|
43 |
inference_mode=True,
|
44 |
)
|
45 |
+
model = get_gptq_peft_model(model, peft_config, 'sadzip/SiberianPersona-ruGPT-3.5-qlora')
|
46 |
|
47 |
|
48 |
prompt = """
|