peft Questions
3
Solved
I am looking at a few different examples of using PEFT on different models. The LoraConfig object contains a target_modules array. In some examples, the target modules are ["query_key_value&qu...
Flit asked 26/7, 2023 at 5:23
2
Solved
I've followed this tutorial (colab notebook) in order to finetune my model.
Trying to load my locally saved model
model = AutoModelForCausalLM.from_pretrained("finetuned_model")
yields K...
Tourist asked 12/6, 2023 at 17:34
1
© 2022 - 2024 — McMap. All rights reserved.