Issue Resolution for Project Creation

We hope you’re having a great time participating in the FlowerTune LLM leaderboard! :fire:

We’ve identified a minor issue with the dataset formatting process, which has now been resolved. Here’s a quick guide to ensure everything runs smoothly:

  • For new projects, please update your flwr version by running pip install git+ https://github.com/adap/flower.git@d92453d (until flwr==1.13.0 is out) and then run flwr new --framework=FlowerTune to create your project.

  • If you already created a project with flwr 1.12.0, please manually change the second last line in function load_data() in dataset.py:
    client_trainset = reformat(client_trainset, llm_task="generalnlp") # set llm_task correctly. Update the line so llm_task is one of generalnlp, medical, finance, code (depending on the challenge you chose).

We apologise for any inconvenience this may have caused and are excited to see your upcoming submissions! :firefighter:

1 Like