See usage examples for common operations within Model Zoo.
configs
directory within the model’s folder. For example, GPT-2’s YAML files can be found at:
run.py
script, supplying the appropriate YAML file as an argument.
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.