hankcs
hankcs
Hi, there seems to be a bug in the calculation of final_window_start: https://github.com/Hyperparticle/udify/blob/cbabef684b524b912fbe9fcfe1509de5c79b08a0/udify/modules/bert_pretrained.py#L488-L509 On the test case from your comment, `final_window_start` is greater than full_seq_len: ```python full_seq_len = 16 max_pieces...
Dear authors, Thank you for releasing your wonderful code, it really helped my understanding of your paper. If you don't mind, I have a question regarding data preprocessing. It just...
Thanks for sharing your excellent work. I'm confused what are all these `` in those `api_calls.jsonl` files. E.g., ``` {"method": "get", "url": "/spotify/playlists/216", "data": {"access_token": ""}} {"method": "get", "url": "/spotify/playlists/217",...