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

Implementing the CNN notebook #26

Open
hamidm21 opened this issue Apr 20, 2024 · 1 comment
Open

Implementing the CNN notebook #26

hamidm21 opened this issue Apr 20, 2024 · 1 comment
Assignees

Comments

@hamidm21
Copy link
Owner

hamidm21 commented Apr 20, 2024

create a new branch for development and do the following:

  1. load the textual dataset
  2. create a pipeline for running them through cryptoBERT model to get the embeddings
  3. stack the daily embeddings to make the new daily tweets dataset containing one embedding for each day with X * 768 dimensions. also, add padding to pad the embeddings to the max length in the dataset.
  4. write the parallel CNN model described in Zou et al. paper.
  5. run the embeddings through the CNN model to get the classes
@rajabi78
Copy link
Collaborator

using average is better than max to convert token level embeddings to sentence level embeddings

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

2 participants