.. _examples.tune.tune: Tune a custom model (Prompt Tuning) =================================== Use custom training data to tune a model for text classification. Note: This example has been written to enable an end-user to quickly try prompt-tuning. In order to obtain better performance, a user would need to experiment with the number of observations and tuning hyperparameters .. literalinclude:: ../../../examples/tune/tune.py :language: python :caption: See `tune.py `_ on GitHub. :lines: 11-