You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
)
Hello, where can I download the teacher model?
The text was updated successfully, but these errors were encountered: