-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
При запуске probing_experiment.py выдает: AttributeError: 'TransformersLoader' object has no attribute 'cache'
experiment.transformer_model.cache.clear() # clear cache for optimal work before a new language |
Вижу, что потому что в новой версии пробинга действительно нет такого атрибута, а появился класс Caching. Можно тогда попросить в скрипте эксперимента тоже исправить?
Probing_framework/probing/encoder.py
Line 56 in 78f9109
self.Caching = Cacher(tokenizer=self.tokenizer, cache={}) |
Metadata
Metadata
Assignees
Labels
No labels