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

OpenNRE implement SentenceREDataset based on SQLite storage #132

Closed
Tracked by #131
nicolay-r opened this issue Dec 17, 2023 · 0 comments
Closed
Tracked by #131

OpenNRE implement SentenceREDataset based on SQLite storage #132

nicolay-r opened this issue Dec 17, 2023 · 0 comments
Assignees

Comments

@nicolay-r
Copy link
Owner

nicolay-r commented Dec 17, 2023

Quick serialization test:

python3 -m arelight.run.infer      --sampling-framework "arekit"     --ner-framework "deeppavlov"     --ner-model-name "ner_ontonotes_bert"     --ner-types "ORG|PERSON|LOC|GPE"     --terms-per-context 50     --sentence-parser "nltk:english"     --tokens-per-context 128    --from-files ~/Desktop/TwExportly_JeffBezos_tweets_2023_10_11.csv

You may see that the significant amout of columns were missed:
image
Before in jsonl:
image

AREkit bug, fixed in 0.25.0
nicolay-r/AREkit#536

@nicolay-r nicolay-r mentioned this issue Dec 17, 2023
18 tasks
@nicolay-r nicolay-r self-assigned this Dec 17, 2023
nicolay-r added a commit that referenced this issue Dec 18, 2023
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