llama-recipes
llama-recipes copied to clipboard
How to test my finetuned model
🚀 The feature, motivation and pitch
I am new to llama-recipes. Right now I have finetuned a llama3 model based on "openbookqa" dataset. It store a model for me in this path: /research/cbim/medical/lh599/research/ruijiang/Dong/llama-recipes/PATH/to/save/PEFT/model
. In this model folder, there are three files: adapter_config.json
, adapter_model.safetensors
, README.md
.
My question is how can I test this fine tuned model. For example, I can pass a question like: "The sun is responsible for?". And my model will give me an answer.
Alternatives
No response
Additional context
No response