"Error displaying model" error in Lab 3 - Fine-tune FLAN-T5 with reinforcement learning to generate more-positive summaries

step 2.1 2.1 - Load Data and FLAN-T5 Model Fine-Tuned with Summarization Instruction

On these instructions
model_name=“google/flan-t5-base”
huggingface_dataset_name = “knkarthick/dialogsum”

dataset_original = load_dataset(huggingface_dataset_name)

dataset_original

I get following error

Error displaying widget: model not found

Error displaying widget: model not found

Error displaying widget: model not found

Error displaying widget: model not found

Error displaying widget: model not found

Error displaying widget: model not found

Error displaying widget: model not found

1 Like

I have the same problem tried %pip install -U transformers but doesnt solve the problem

Actually I suspect something that was supposed to be displayed is not working correctly. As I see it the example shown in the video of the lab has been changed to tone down something. So though I did not find a solution to the issue, atleast it does not impede in completing the exercise and generating the improved outputs using the human training. So please go ahead.

2 Likes