def get_file_name()

in Example-Project/src/tune_gpt.py [0:0]


def get_file_name(bucket, path, file_name):
    
    # for the exceedingly time-constrained    
    os.system('aws s3 cp s3://{}/{}/{} .'.format(bucket, path, file_name))
    
    return file_name