google/boolq
Viewer β’ Updated β’ 12.7k β’ 52k β’ 100
How to use D1zzYzz/BOOLQ-QLORA-llama-3.2-3B with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B")
model = PeftModel.from_pretrained(base_model, "D1zzYzz/BOOLQ-QLORA-llama-3.2-3B")This model is a fine-tuned version of meta-llama/Llama-3.2-3B using the LoRA on the google/boolq dataset.
## βοΈ License
This model inherits the Apache 2.0 license.
Base model
meta-llama/Llama-3.2-3B