google-research/text-to-text-transfer-transformer

HfPyTorchModel usage example not working

mikcnt opened this issue · 1 comments

Describe the bug
The HfPyTorchModel usage example is not working. The mixture_or_task_name used in the example is not available. In fact, no task or mixture is available.

To Reproduce
To reproduce the behaviour, either copy the example from here or run this colab notebook shared by @craffel here (that seemed to work in October 2020).

Running the example will incur in this error:

ValueError: No Task or Mixture found with name 'glue_cola_v002'. Available:
-

meaning that no task or mixture is available.

Expected behavior
The usage example should work as intended: the task should be available and it should be possible to evaluate and fine-tune the model on the selected task.

Desktop

  • t5 version: 0.9.3
  • OS: PopOs 20.04
  • Browser: Chrome

I think now it should be fixed with #983