Results 4 issues of Hiram Ring

When I use the `schedule_type` flag in the `fit()` function along with `warmup_steps`, there is never a warmup period - see below. ``` warmup_steps=2 lr=6e-05 schedule_type="warmup_cosine" lr after epoch 1:...

When I try to import the Panlex Swadesh word lists like this: ``` >>> from nltk.corpus import panlex_swadesh ``` I get the following error: ``` Traceback (most recent call last):...

question

Currently when a path string is provided to `learner.save_model()`, a directory is not created. This hotfix converts the string to a `Path` object so that a new directory can be...

This hotfix allows `xlsx` files as data files for training and evaluation. It simply checks whether `xlsx` is in the filename and uses the `read_excel()` import function from the `pandas`...