facebookresearch / tart

Code and model release for the paper "Task-aware Retrieval with Instructions" by Asai et al.
Other
157 stars 11 forks source link

no attribute 'post_init' #9

Open Alfer-Feng opened 1 year ago

Alfer-Feng commented 1 year ago

when i perform "self.post_init()", it report as followed:

AttributeError: 'EncT5ForSequenceClassification' object has no attribute 'post_init'

How can i solve this?

Alfer-Feng commented 1 year ago

i have sloved that by upgrading the version of transformers.