--- base_model: - unsloth/Llama-3.2-11B-Vision-Instruct-bnb-4bit --- learning_rate: 7e-6 epoch: 3 context_length: 4096 RAG setting: search method: bm25 not answering proportion: 0.0 max document length: 5 extra bm25 data: false prompt: ``` [ {“role”: “system”, “content”: “從裡找到答案並利用該答案回答所敘述的問題”}, {“role”: “system”, “content”: “{Q}{A}”}, {“role”: “user”, “content”: “{Q}”}, {“role”: “assistant”, “content”: {A}}, ] ```