How to make and use fine-tuning model with spark nlp? #8446
-
To fine-tuning specifically data in gpt-2 model, this process could be done with huggingface transformer, then the model be used with spark nlp. Whether could this whole process be done with spark nlp totally? |
Beta Was this translation helpful? Give feedback.
Answered by
maziyarpanahi
May 16, 2022
Replies: 1 comment
-
No, there are no fine tuning features within Java APIs for TensorFlow. Those features are only available for Python version of TensorFlow for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maziyarpanahi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there are no fine tuning features within Java APIs for TensorFlow. Those features are only available for Python version of TensorFlow for now.