This is a template for deep learning experiments, especially adapted to llama-factory.
- python==3.11
- llama-factory>=0.9.1
Create a virtual environment:
conda create -n experiment-template python=3.11
Install dependency:
pip install -r requirements.txt
Directory to store configuration files for each experimental settings and hyper-parameters.
Directory to store scripts for running experiments.
Suggest to use python -m module
to run source code.
Directory to store source codes for experiments.
Directory to store unit test codes.
It's highly recommended to design unit test cases for important data processing classes and functions!
Place the bib file of corresponding paper here.