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

COCa dataset image precess #185

Open
CharisWg opened this issue May 30, 2024 · 1 comment
Open

COCa dataset image precess #185

CharisWg opened this issue May 30, 2024 · 1 comment

Comments

@CharisWg
Copy link

I have not found the code related to the COCA dataset. Could you please show me where and how you processed this dataset? I would greatly appreciate your help.

@ditwrd
Copy link
Collaborator

ditwrd commented May 30, 2024

Hello there @CharisWg

Its been a year since I code this, so I don't have the best recollection of how things work

But if I remember correctly:

  • The whole process is using .py so the notebook is a bit obsolete
  • The preprocessing process is done before training (no preprocessing while training), this is to reduce load on the machine
  • You can go to src/data/ and you'll see both lib and pipeline, where I basically created a preprocessing pipeline
  • Sadly I've lost access to the final english version of my proceeding (I'm indonesian so the thesis is in Indonesia), luckily I got a backup draft that you can check here, it sums up pretty much the whole system, the implementation in this repo should be roughly the same

Nearing the deadline of my thesis I'm not really organized in my programming and repo management, so I think that not all of the commit is in the main branch, feel free to check around other branches

This repo (for me) is complete since I've already graduated, so I won't add any changes in this repo, but feel free to ask me anything, I'll answer once I'm free

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