Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Adjust patience and other NER training duration parameters #356

@FrancescoCasalegno

Description

@FrancescoCasalegno

We are currently training our NER models using the default parameters of the config.cfg for the duration and early stopping:

patience = 1600
max_epochs = 0
max_steps = 20000

But, as discussed in #343 (comment), we can probably set patience and max_steps to much smaller values without any negative impact on the accuracy of our models.

Also, we should look into the learning rate schedule parameters that should probably also be adapted.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions