microsoft / DeBERTa

The implementation of DeBERTa
MIT License
1.91k stars 215 forks source link

AssertionError: RTD is not registed. #129

Closed StephennFernandes closed 1 year ago

StephennFernandes commented 1 year ago

upon running the pretraining script bash rtd.sh deberta-v3-xsmall i get the following error:

assert values.lower() in all_tasks, f'{values} is not registed. Valid tasks {list(all_tasks.keys())}'
AssertionError: RTD is not registed. Valid tasks ['sts-b', 'rte', 'mrpc', 'qnli', 'cola', 'sst-2', 'qqp', 'mnli', 'anli', 'race', 'ner']

gently pinging @BigBird01

StephennFernandes commented 1 year ago

closing as it was just some weird import issue that was causing all this