njallskarp / finetune-qa-powerset

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

Feat/ru_labeling #51

Closed lsig closed 1 year ago

lsig commented 1 year ago

Script for getting data from label studio

In this PR request I made a script that gets data from label studio and formats it in the correct way so our model can train on the data. The script is type annotated and required me to add a dotenv dependency for loading the the api key from the .env file.

Testing

Bugs