Can we do fine-tuning on NLP problems? #121
ashikshafi08
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can do fine-tuning in NLP problems very similar to how you can do fine-tuning in computer vision problems.
One option to do so is when downloading embedding from TensorFlow Hub, set
trainable=True
.See an example of this in the code sample for the Albert TF Hub model: https://tfhub.dev/google/albert_base/3
Beta Was this translation helpful? Give feedback.
All reactions