You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the code for helping load the dataset.
But I find there are two small issues in the code.
in dataloaders/vcr.py: from allennlp.data.dataset import Batchl Batch cannot be found
in dataloaders/bert_field.py from allennlp.data.token_indexers.token_indexer import TokenIndexer, TokenType; TokenType cannot be found.
Maybe it's due to the AllenNLP version when writing the code. I'm using version 2.10.0.
Many thanks!
The text was updated successfully, but these errors were encountered:
Hi, thanks for the code for helping load the dataset.
But I find there are two small issues in the code.
in dataloaders/vcr.py: from allennlp.data.dataset import Batchl Batch cannot be found
in dataloaders/bert_field.py from allennlp.data.token_indexers.token_indexer import TokenIndexer, TokenType; TokenType cannot be found.
Maybe it's due to the AllenNLP version when writing the code. I'm using version 2.10.0.
Many thanks!
The text was updated successfully, but these errors were encountered: