deepset-ai / FARM

:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.

Home Page:https://farm.deepset.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very first example in Readme.rst won't run

nothingTVatYT opened this issue · comments

The very first example a new user may want to run is the code snippet in the README, but it does not mention the pathlib and there is a bracket missing.

Can we add the line:

from pathlib import Path

and close the Path() call with a bracket?

I think it's quite an obstacle for curious new users like me when the first code snippet fails due to unclear assumptions and typos.

@nothingTVatYT Thank you. Good catch! I prepared a fix here: #789