MCTACO icon indicating copy to clipboard operation
MCTACO copied to clipboard

Add roberta implementation on MC-TACO

Open PosoSAgapo opened this issue 5 years ago • 0 comments

Roberta implementation on MC-TACO dataset, this implementation works with the Roberta script file.
The training and testing procedure is same with Bert, just change the Bert script to Roberta script.
Futures like distributed trainning and fp16 are removed, this implementation is based on Huggingface package, which means it could be simply tested on other language models with just little change in Huggingface's model specification parameter

PosoSAgapo avatar Dec 16 '20 02:12 PosoSAgapo