AliceMind icon indicating copy to clipboard operation
AliceMind copied to clipboard

teacher model

Open xhqi0109 opened this issue 2 years ago • 3 comments

Hello, where can I download the teacher model?

xhqi0109 avatar Jun 28 '22 06:06 xhqi0109

Could you please be specific about what you mean by teacher model. It's not clear enough for me.

wangwei7175878 avatar Jun 28 '22 07:06 wangwei7175878

Thank you for your reply. The teacher model is the teacher's pre training model, as shown in the following code:
teacher = TeacherBertForSequenceClassification.from_pretrained( training_args.teacher_path, from_tf=bool(".ckpt" in training_args.teacher_path), config=config, alignrep=training_args.alignrep, )

xhqi0109 avatar Jun 28 '22 07:06 xhqi0109

Hi,you can train the teacher model conveniently using the scripts provided by huggingface.

RunxinXu avatar Jun 29 '22 10:06 RunxinXu