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

Self-trained fasttext embeddings #113

Closed
5 tasks done
michelole opened this issue Jun 5, 2019 · 2 comments · Fixed by #121
Closed
5 tasks done

Self-trained fasttext embeddings #113

michelole opened this issue Jun 5, 2019 · 2 comments · Fixed by #121
Assignees
Labels
P0 Highest priority issues, a MUST

Comments

@michelole
Copy link
Member

michelole commented Jun 5, 2019

To better compare with pre-trained embeddings.

Draft idea:

  • Dump n2c2 train data into a format legible by fasttext
  • Harmonize pre-processing (DRY Cleaning #105 and DRY NN Tokenizers #86)
  • Train fasttext embeddings using command line
  • Extract subword embeddings for train/test data
  • Retrain LSTM using such embeddings
@michelole michelole added the P0 Highest priority issues, a MUST label Jun 5, 2019
@michelole michelole self-assigned this Jun 11, 2019
@michelole
Copy link
Member Author

@michelole
Copy link
Member Author

Reopening while models don't finish training.

@michelole michelole reopened this Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 Highest priority issues, a MUST
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant