iPieter / RobBERT

A Dutch RoBERTa-based language model
https://pieter.ai/robbert/
MIT License
196 stars 29 forks source link

transformers and other library versions missing from requirements.txt #18

Closed ogencoglu closed 3 years ago

ogencoglu commented 3 years ago

Hi,

requirements.txt seem to be missing several library version like transformers, tqdm, pandas, etc. to replicate the experiments.

twinters commented 3 years ago

Hi Oguzhan!

Thanks for notifying us! I've added missing requirements to the requirements.txt The reason they were missing is because most of the experiments were run using Pipfile instead of requirements.txt, so thanks for informing us!