First observation: the Python version on the instructions is 3.6, but the transformer version in the requirements.txt is 4.20.0, which is only available for python >= 3.7.
The second is: I cannot find the scripts directory. I'm looking for the embedding extractor.
So, I'm assuming that is the /experiments/dump_embedding directory. It's correct?
And finally, nice job! You have very interesting results.
First observation: the Python version on the instructions is 3.6, but the transformer version in the requirements.txt is 4.20.0, which is only available for python >= 3.7.
The second is: I cannot find the
scriptsdirectory. I'm looking for the embedding extractor.So, I'm assuming that is the
/experiments/dump_embeddingdirectory. It's correct?And finally, nice job! You have very interesting results.