[run_tf_glue] Add comment for context
This commit is contained in:
@@ -73,6 +73,8 @@ model.save_pretrained('./save/')
|
|||||||
|
|
||||||
if TASK == "mrpc":
|
if TASK == "mrpc":
|
||||||
# Load the TensorFlow model in PyTorch for inspection
|
# Load the TensorFlow model in PyTorch for inspection
|
||||||
|
# This is to demo the interoperability between the two frameworks, you don't have to
|
||||||
|
# do this in real life (you can run the inference on the TF model).
|
||||||
pytorch_model = BertForSequenceClassification.from_pretrained('./save/', from_tf=True)
|
pytorch_model = BertForSequenceClassification.from_pretrained('./save/', from_tf=True)
|
||||||
|
|
||||||
# Quickly test a few predictions - MRPC is a paraphrasing task, let's see if our model learned the task
|
# Quickly test a few predictions - MRPC is a paraphrasing task, let's see if our model learned the task
|
||||||
|
|||||||
Reference in New Issue
Block a user