File size: 698 Bytes
152a018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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