Which hyperparameters are recommended for tuning on a custom SpaCy NER model? #11150
-
Hi everyone, I want to perform a hyperparameter tuning of a custom spaCy NER model. I understand that the hyperparameters and their values are specified in the I have 2 datasets: I have reviewed this documentation on hyperparameters in spaCy:
I read in 1) (posted in 2022) that " “If you want to do hyperparameter tuning in spaCy, keep in mind that the right parameters to tune are always directly linked to the kind of data you're working with. ”"
🤔 Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm not sure we can give you much better advice than the hyperparameter tuning FAQ, especially if we don't know anything about your data. You should look at the architecture docs for NER and try modifying the parameters there based on how you think they might affect your problem. As mentioned in the older post, for NER we generally don't tweak that many parameters. |
Beta Was this translation helpful? Give feedback.
I'm not sure we can give you much better advice than the hyperparameter tuning FAQ, especially if we don't know anything about your data. You should look at the architecture docs for NER and try modifying the parameters there based on how you think they might affect your problem. As mentioned in the older post, for NER we generally don't tweak that many parameters.