--- pipeline_tag: other tags: - minecraft - action prediction language: - en --- # NeBuLa: A Minecraft Neural Builder NeBuLa is an LLM (Llama3-8B) finetuned on the minecraft action prediction task (https://aclanthology.org/2020.acl-main.232/). ## Model Details We provide two variants of the model: NeBuLa-org, which was trained on minecraft data set; and NeBuLa-synth, which was trained on level-1 and level-2 synthetic data along with the minecraft data set. Both the models achieve similar net-action F1 score on minecraft test set. ### Model Description - **Language(s) (NLP):** English - **Finetuned from model:** Llama3-8B ### Model Sources **Paper:** https://arxiv.org/abs/2406.18164