Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Token Classification epochs parameter trainer changed (#4393)
Closes #4373 **Type of change** - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactor (change restructuring the codebase without changing functionality) - [ ] Improvement (change adding some improvement to an existing functionality) - [X] Documentation update **How Has This Been Tested** This feature was tested while working on the SpanMarker tutorial, as I realised the number of training epochs only changed with `trainer.update_config(num_train_epochs=2)`, not with `trainer.update_config(max_epochs=2) `
- Loading branch information