AraBERT-Trainer-HyperParameterOpt-NER database error #131
-
Hi everyone! I'm trying to run the code for fine-tuning of Arabert for NER code here: https://colab.research.google.com/drive/1M1yH8rqbxowlSd5R-jr8eBVfGbIyp1zC?usp=sharing but I need to understand what is the needed database for storage in this part: best_run = trainer.hyperparameter_search(direction="maximize", Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is used for hyper-parameter tunning using optuna, the sql db is used to store the metrics and hyperparams. If you are not doing hyper-parameter tuning you can just ignore it |
Beta Was this translation helpful? Give feedback.
This is used for hyper-parameter tunning using optuna, the sql db is used to store the metrics and hyperparams.
If you are not doing hyper-parameter tuning you can just ignore it