Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: other
|
3 |
+
tags:
|
4 |
+
- minecraft
|
5 |
+
- action prediction
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
---
|
9 |
+
|
10 |
+
# Llamipa: An Incremental Discourse Parser
|
11 |
+
|
12 |
+
Llamipa is an LLM (Llama3-8B) finetuned on the Minecraft Structured Dialogue Corpus (MSDC) https://github.com/linagora-labs/MinecraftStucturedDialogueCorpus.
|
13 |
+
|
14 |
+
## Model Details
|
15 |
+
We provide the adapters for the Llamipa parser trained on Llama3-8B, the generation script, as well as the formatted MSDC test data.
|
16 |
+
|
17 |
+
### Model Description
|
18 |
+
|
19 |
+
- **Language(s) (NLP):** English
|
20 |
+
- **Finetuned from model:** Llama3-8B
|
21 |
+
|
22 |
+
### Model Sources
|
23 |
+
|
24 |
+
**Paper:** https://arxiv.org/abs/2406.18256
|