Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,11 @@ tags:
|
|
| 5 |
- action prediction
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Llamipa: An Incremental Discourse Parser
|
|
@@ -23,4 +28,4 @@ We provide the adapters for the Llamipa parser trained on Llama3-8B, the generat
|
|
| 23 |
|
| 24 |
**Paper:** https://aclanthology.org/2024.findings-emnlp.373/
|
| 25 |
|
| 26 |
-
**Video:** https://www.youtube.com/watch?v=yerUotx3QZY
|
|
|
|
| 5 |
- action prediction
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
datasets:
|
| 10 |
+
- linagora/MinecraftStructuredDialogueCorpus
|
| 11 |
+
base_model:
|
| 12 |
+
- meta-llama/Llama-3.1-8B
|
| 13 |
---
|
| 14 |
|
| 15 |
# Llamipa: An Incremental Discourse Parser
|
|
|
|
| 28 |
|
| 29 |
**Paper:** https://aclanthology.org/2024.findings-emnlp.373/
|
| 30 |
|
| 31 |
+
**Video:** https://www.youtube.com/watch?v=yerUotx3QZY
|