#!/bin/bash export HF_ENDPOINT=https://hf-mirror.com lang=$1 for ((i=0;i<100;i++)) do echo "----------------------------------------------"$i python gpt2_gene_multiv2_ft_nl_test_others.py $i $lang >> gpt2_gene_multiv2_ft_${lang}.json done