ohmeow / blurr

A library that integrates huggingface transformers with the world of fastai, giving fastai devs everything they need to train, evaluate, and deploy transformer specific models.
https://ohmeow.github.io/blurr
Apache License 2.0
289 stars 34 forks source link

Typo in _create_learner? #46

Closed ocm248 closed 3 years ago

ocm248 commented 3 years ago

Found hf_confgin classmethod _create_learner from BlearnerForQuestionAnswering

    if (max_seq_len is None):
        max_seq_len = hf_confg.get('max_position_embeddings', 128)
ohmeow commented 3 years ago

Thanks for letting me know. Just released new version with fix :)