chiayewken / Span-ASTE

Code Implementation of "Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexError: List assignment index out of range

jasonhuynh83 opened this issue · comments

I've annotated my own data and tried to train the model with the annotated data, and run into this error here (see below). The command runs successfully, but the model doesn't train on the annotated data, going into the out.log files we see this error. The annotated data follows the correct format as I'm able to preview it in the Data Exploration command. Any help would be appreciated please! :)

image

Hi, it may be due to the tag_maker which is an unused module. I have removed this module in the code so you may update the repo to the latest commit and please try again.

Hello, it looks like it works now, thanks!