Julius Cheng
Results
2
issues of
Julius Cheng
Hey there! I'd like to extend Duckling to handle general time recurrence expressions, such as "the first of each month", "5 p.m. on weekends", "every Christmas", "every 10 minutes", etc....
I'm trying to use the pretrained mSimCSE models, and I see that in the `evaluate_*.py` files, the default pooler is `cls_before_pooler`. I also see that when loading `xlm-roberta-large-cross_all` with AutoModel,...