njallskarp / finetune-qa-powerset

Finetuning BERT models on a powerset of different linguistic domains
https://lvl.ru.is/
5 stars 0 forks source link

Create script to read multiple domain data #17

Closed njallskarp closed 1 year ago

njallskarp commented 1 year ago

Read Data

Currently, the data is stored on Labelstudio. We need to fetch the data. We already have a starter code, but we need to make it A) prettier and B) make sure that all passwords, tokens, etc are environment variables and not commited in code

lsig commented 1 year ago

This issue should be done see #51, where I have written a script to fetch the data from labeling studio with the requirements above in mind.