Closed nadyadevani3112 closed 3 years ago
Make sure you are using the latest by doing a pip install ohmeow-blurr --upgrade
The issue is not yet resolved
The solution which worked for me is as follows
from fastai.text.all import *
from blurr.text.data.all import from blurr.text.modeling.all import
from blurr.text.utils import BlurrText
BLURR = BlurrText()
BLURR.get_hf_object()
Hi, I got this error : NameError: name 'BLURR' is not defined
when running this cell pretrained_model_name = "facebook/bart-large-cnn" hf_arch, hf_config, hf_tokenizer, hf_model = BLURR.get_hf_objects(pretrained_model_name, model_cls=BartForConditionalGeneration)
may i know what BLURR is?