@tecshipping $N is an environment variable in bash. So you want to declare the variable in your terminal before running the actual command. Same with all the other variables. So you can type the following in your terminal:
N=0
CUDA_VISIBLE_DEVICES=$N python run_language_modeling.py