abertsch72 / unlimiformer

Public repo for the NeurIPS 2023 paper "Unlimiformer: Long-Range Transformers with Unlimited Length Input"
MIT License
1.05k stars 80 forks source link

Fix changes of the training_args variable #36

Closed 9au5a closed 1 year ago

9au5a commented 1 year ago

TrainingArguments are now immutable; see #35.

abertsch72 commented 1 year ago

Thank you!