See usage examples for common operations within Model Zoo.
configs
directory within the model’s folder. For example, to pull the llama2_13b
variant config file and save it to a file called my_params.yaml
:
configs/
directory.
train_input
or eval_input
sections (depending on whether the dataset is for training or evaluation), specify the path to your dataset using the data_dir
entry.