This is a repo containing everything connected to my thesis. Currently in progress.
- Datasets info
- Approach
- Timeline
- Related work - collection of articles that might be useful in the future
- Models - list of models models considered
This repo contains experiments with different models on different tasks. To run these you need to install this python package. I recommend editable install to be able to change the source files with:
pip install --editable .
src
- source code for the experimentsnotebooks
- jupyter notebooks either showcasing something or containing some really experimental codepaper
- latex source code of my thesis papernotes
- my research notes,log
- development logs (may contain some info but do not expect documentation)