### By Next week - [ ] Use `Greedy decoding` while memory adaptation process. (Disable sampling to immitate the original model's representation) - [ ] Check what kind of dataset is used and how the adaptation process is working on `Longformer-Build`. - [ ] Refactor the adapter in a way that allows the user to change the dataset and optimizer. - [ ] Do not use string for type setting method. Allow the optimizer (and etcs) object to be passed directly to the function. - [ ] Use fancy tqdm progress output. (tqdm.auto) ### Future work - [ ] Create a unified base class or script that integrates `Trainer`, `Evaluater`, and `Adapter`. - [ ] Combine the `Hugging Face Trainer` with our `own Trainer` and make it available as a single interface.
By Next week
Greedy decodingwhile memory adaptation process. (Disable sampling to immitate the original model's representation)Longformer-Build.Future work
Trainer,Evaluater, andAdapter.Hugging Face Trainerwith ourown Trainerand make it available as a single interface.