Skip to content

[Todo] Adapter Implementation #3

Description

@peradura

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions