thinhlpg
d2f03b96ab
feat: enhance evaluation script and remove deprecated shell script
...
- Updated eval.py to streamline model evaluation using vLLM and unsloth.
- Deleted eval.sh as its functionality is now integrated into eval.py.
- Updated .gitignore to exclude eval_logs directory.
1 month ago
thinhlpg
c90c03267e
feat: change user prompt template to search-r1 inspried format
...
use <search></search> instead of embed whole tool definition, which resulted in lots or parsing errors
1 month ago
thinhlpg
58dcf9a99d
refactor: simplify inference script by removing logger, load 16 bit model intead of raw lora finetuned
1 month ago
thinhlpg
04593fa8fd
style: change line length to 119, organize imports
1 month ago
thinhlpg
abb18b10d8
feat: add CLI inference script with search functionality
...
This script is a bit dumb, but it worked. I'll update it later XD
1 month ago