Installation
1 git clone https://github.com/IBM/NL-FM-Toolkit.git
2 cd NL-FM-Toolkit
3
4 conda create -n NLPWorkSpace python==3.9.0
5 conda activate NLPWorkSpace
6
7 pip install -r requirements.txt
And you are ready to go!
Take a look at the [quickstart](quickstart) to familiarize yourself with the main training workflow.