Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got the error info about unique in _generate_examples #7

Open
SupritYoung opened this issue May 21, 2022 · 0 comments
Open

I got the error info about unique in _generate_examples #7

SupritYoung opened this issue May 21, 2022 · 0 comments

Comments

@SupritYoung
Copy link

the error info is:

FAILURE TO GENERATE DATASET !
Found duplicate Key: 0
Keys should be unique and deterministic in nature

I see this code:

            if len(aspect_term_sentiment) > 0:
                for ats in aspect_term_sentiment:
                    yield id_, {
                        "text": sentence_text,
                        "aspect": ats["aspect"],
                        "sentiment": ats["sentiment"]
                    }

In my view, for every aspect in a text, the id_ will must be duplicate, isn't it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant