Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: other
|
3 |
+
tags:
|
4 |
+
- minecraft
|
5 |
+
- action prediction
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
---
|
9 |
+
|
10 |
+
# NeBuLa: A Minecraft Neural Builder
|
11 |
+
|
12 |
+
NeBuLa is an LLM (Llama3-8B) finetuned on the minecraft action prediction task (https://aclanthology.org/2020.acl-main.232/).
|
13 |
+
|
14 |
+
## Model Details
|
15 |
+
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
|
16 |
+
and level-2 synthetic data along with the minecraft data set. Both the models achieve similar net-action F1 score on minecraft test set.
|
17 |
+
|
18 |
+
### Model Description
|
19 |
+
|
20 |
+
- **Language(s) (NLP):** English
|
21 |
+
- **Finetuned from model:** Llama3-8B
|
22 |
+
|
23 |
+
### Model Sources
|
24 |
+
|
25 |
+
**Paper:** https://arxiv.org/abs/2406.18164
|