IndoLEM with PEFT usage.
It's recommended to use the conda environment to specify python version, which in this case is using Python 3.11.
Install miniconda to create the conda environment.
Create env using conda to make it easier
conda create -n indolem python=3.11
Activate the conda environment.
conda activate indolem
Install the required modules.
pip install -r requirements.txt
All the script for training can be used from each task's directory.