AheadSnail
Results
1
issues of
AheadSnail
I want to complete the distillation of text similarity using the following script。 python run_glue_no_trainer_distillation.py \ --max_seq_length 128 --model_name_or_path ./student_model \ --teacher_model_name_or_path BAAI/bge-small-zh-v1.5 --do_distillation \ --per_device_train_batch_size 16 --learning_rate 1e-5 --num_train_epochs...