In progress - this repo is under active development in the MedARC discord server.
-
Run "sh setup.sh" to create virtual environment
-
Activate the virtual environment with "source ecog/bin/activate"
-
Specify your huggingface user access token in the makefile to authenticate and run "make download-data" to fetch data from huggingface hub
-
Specify model training parameters in makefile and run "make model-train"
If you don't have access to GPU's try uploading notebooks/ECoG_Model_Training.ipynb to Colab and use the free tier GPU's. This is a good way to play around with the training code and try training a model to get onboarded, although training is very slow on the T4 GPU's.