alexa / dialoglue

DialoGLUE: A Natural Language Understanding Benchmark for Task-Oriented Dialogue
https://evalai.cloudcv.org/web/challenges/challenge-page/708/overview
Apache License 2.0
279 stars 25 forks source link

How to run TripPy DST using ConvBERT? #5

Closed zqwerty closed 3 years ago

zqwerty commented 3 years ago

As mentioned in the README:

To train/evaluate the model using our modifications (i.e., MLM pre-training), you can use trippy/DO.example.advanced.

But trippy/DO.example.advanced use BERT instead of ConvBERT. I wonder how to reproduce the result of ConvBERT and ConvBERT-DG. Thanks!

mihail-amazon commented 3 years ago

As mentioned in https://github.com/alexa/dialoglue/issues/4, we are working as quickly as possible to release these checkpoints so that you can reproduce these results.

mihail-amazon commented 3 years ago

Now that the link to the checkpoints are available in the README, this should fix your problem.