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

Inconsistent Data Preprocessing in Tutorial_ZeroShot_Integration.ipynb #270

Open
nc1m opened this issue Nov 14, 2024 · 2 comments
Open

Inconsistent Data Preprocessing in Tutorial_ZeroShot_Integration.ipynb #270

nc1m opened this issue Nov 14, 2024 · 2 comments

Comments

@nc1m
Copy link

nc1m commented Nov 14, 2024

Hi,

In the Tutorial_ZeroShot_Integration.ipynb tutorial/example, the COVID-19 and Lung-Kim datasets are used, which appear to contain raw counts. However, the model expects normalized and log1p transformed values. Is there a reason why these datasets are not preprocessed to match the model's input requirements?

@subercui
Copy link
Member

Hi, thank you for the question. The input to the model is actually the binned values, so actually these preprocessing including log1p should not matter.

@nc1m
Copy link
Author

nc1m commented Dec 6, 2024

Alright, thank you for clarifying!
So there is no need to normalize and log1p transform before fine-tuning?

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