The environment is built by micromamba. Please install micromamba by the command below
wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
./bin/micromamba shell init -s <your_shell> -p ~/micromamba
source ~/.bashrc
and set the environment with the command below
micromamba create -n <env_name> -f textc_env.yml
micromamba activate <env_name>
| accuracy | precision | f1 score |
|---|---|---|
- All f1, precision and accuracy are 0.945 because the use of "micro" average, the problem can be solve by changing it into "macro" average.