histmeisah / Large-Language-Models-play-StarCraftII

TextStarCraft2,a pure language env which support llms play starcraft2
210 stars 14 forks source link

The format for the fine-tuning data was not provided. #22

Open mingtouyizu opened 1 month ago

mingtouyizu commented 1 month ago

I'm not exactly clear about what the question-and-answer pairs in the fine-tuning data include. Is it data and formatting similar to the inputs and outputs about LLMs in paper?If you could provide the format for fine-tuning data for qwen-7b, I would be extremely grateful.

histmeisah commented 1 month ago

The zip file provide entire dataset for you, and you can chose your finetuning format.

If you want to use my format, here is: APU_0%_25%.zip

mingtouyizu commented 1 month ago

Thansks a lot!