Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
name: RPG_DM_Simulation_Combat_LLM_Training: Sample
|
| 3 |
-
|
| 4 |
-
pretty_name: Magician MUD Conversations
|
| 5 |
-
|
| 6 |
-
Get the full 30K record dataset on Gumroad at https://datadeveloper1.gumroad.com/l/lmfhbg
|
| 7 |
-
|
| 8 |
-
<a href="https://datadeveloper1.gumroad.com/l/dxxja" style="display: inline-block; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-weight: 600; font-size: 16px; padding: 14px 28px; border-radius: 50px; text-decoration: none; box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: transform 0.2s, box-shadow 0.2s; border: 1px solid rgba(255,255,255,0.2);" onmouseover="this.style.transform='translateY(-2px)'; this.style.boxShadow='0 6px 20px rgba(0,0,0,0.3)';" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 15px rgba(0,0,0,0.2)';">Want more? 🚀 Get the AI Startup Bundle from Gumroad.</a>
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
description:
|
| 12 |
-
20 turn-by-turn gameplay conversations from a text-based dungeon crawler RPG (MUD style).
|
| 13 |
-
Each conversation captures strategic decision-making in fantasy combat, including player status,
|
| 14 |
-
enemy encounters, resource management, and combat outcomes. Ideal for fine-tuning language models
|
| 15 |
-
for RPG dialogue generation, tactical decision-making, and game state understanding.
|
| 16 |
license: cc-by-sa-4.0
|
| 17 |
-
|
| 18 |
-
- en
|
| 19 |
multilinguality: monolingual
|
| 20 |
size_categories: n<1K
|
| 21 |
source_datasets:
|
|
@@ -30,16 +15,45 @@ tags:
|
|
| 30 |
- tactical-decision-making
|
| 31 |
- fantasy
|
| 32 |
- mud
|
|
|
|
| 33 |
- conversations
|
| 34 |
- turn-based-combat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
task_categories:
|
| 36 |
- text-generation
|
| 37 |
-
- text2text-generation
|
| 38 |
task_ids:
|
| 39 |
- dialogue-generation
|
| 40 |
- text-simplification
|
| 41 |
- language-modeling
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
dataset_size: 500
|
| 44 |
splits:
|
| 45 |
train: 400
|
|
@@ -93,18 +107,18 @@ citation:
|
|
| 93 |
|
| 94 |
## If you liked this, you may also be interested in:
|
| 95 |
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
+
language: en
|
|
|
|
| 4 |
multilinguality: monolingual
|
| 5 |
size_categories: n<1K
|
| 6 |
source_datasets:
|
|
|
|
| 15 |
- tactical-decision-making
|
| 16 |
- fantasy
|
| 17 |
- mud
|
| 18 |
+
- llm
|
| 19 |
- conversations
|
| 20 |
- turn-based-combat
|
| 21 |
+
- multi-turn
|
| 22 |
+
- simulation
|
| 23 |
+
- synthetic
|
| 24 |
+
- dialogue
|
| 25 |
+
- conversational-ai
|
| 26 |
+
- large-language-models
|
| 27 |
+
- instruction
|
| 28 |
+
- llm-training
|
| 29 |
+
- conversational-ai
|
| 30 |
+
- training-data
|
| 31 |
+
- retrieval-augmented-generation
|
| 32 |
+
- agentic
|
| 33 |
task_categories:
|
| 34 |
- text-generation
|
|
|
|
| 35 |
task_ids:
|
| 36 |
- dialogue-generation
|
| 37 |
- text-simplification
|
| 38 |
- language-modeling
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
name: RPG_DM_Simulation_Combat_LLM_Training
|
| 42 |
+
|
| 43 |
+
pretty_name: Magician MUD Conversations
|
| 44 |
+
|
| 45 |
+
description:
|
| 46 |
+
20 turn-by-turn gameplay conversations from a text-based dungeon crawler RPG (MUD style).
|
| 47 |
+
Each conversation captures strategic decision-making in fantasy combat, including player status,
|
| 48 |
+
enemy encounters, resource management, and combat outcomes. Ideal for fine-tuning language models
|
| 49 |
+
for RPG dialogue generation, tactical decision-making, and game state understanding.
|
| 50 |
+
|
| 51 |
+
Get the full 30K record dataset on Gumroad at https://datadeveloper1.gumroad.com/l/lmfhbg
|
| 52 |
+
|
| 53 |
+
<a href="https://datadeveloper1.gumroad.com/l/dxxja" style="display: inline-block; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-weight: 600; font-size: 16px; padding: 14px 28px; border-radius: 50px; text-decoration: none; box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: transform 0.2s, box-shadow 0.2s; border: 1px solid rgba(255,255,255,0.2);" onmouseover="this.style.transform='translateY(-2px)'; this.style.boxShadow='0 6px 20px rgba(0,0,0,0.3)';" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 15px rgba(0,0,0,0.2)';">Want more? 🚀 Get the AI Startup Bundle from Gumroad.</a>
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
|
| 57 |
dataset_size: 500
|
| 58 |
splits:
|
| 59 |
train: 400
|
|
|
|
| 107 |
|
| 108 |
## If you liked this, you may also be interested in:
|
| 109 |
|
| 110 |
+
[30k Records LLM Training Data: Linux Automation_1](https://datadeveloper1.gumroad.com/l/zfdnjn)
|
| 111 |
+
[30k Linux File Operations LLM Training](https://datadeveloper1.gumroad.com/l/xnuugm)
|
| 112 |
+
[News Search LLM Training Data](https://datadeveloper1.gumroad.com/l/faivv)
|
| 113 |
+
[RPG Combat Scenario LLM Training Data – Magician, 30,000 records](https://datadeveloper1.gumroad.com/l/lmfhbg)
|
| 114 |
+
[AI Startup Bundle](https://datadeveloper1.gumroad.com/l/dxxja)
|
| 115 |
+
[20k LLM Synthetic PenTest Reports Training Dataset](https://datadeveloper1.gumroad.com/l/lkvoo)
|
| 116 |
+
[Synthetic LLM Physics Training Dataset](https://datadeveloper1.gumroad.com/l/vghhq)
|
| 117 |
+
[100k Synthetic RPG Scenes LLM Training Dataset](https://datadeveloper1.gumroad.com/l/drbhyu)
|
| 118 |
+
[100k Contextual Microcontroller Synthetic LLM Training Dialog Dataset](https://datadeveloper1.gumroad.com/l/xscay)
|
| 119 |
+
[LLM Training Dataset 100k Antenna Design Examples](https://datadeveloper1.gumroad.com/l/sdwom)
|
| 120 |
+
[100k Synthetic LLM Multiturn Formatted Tech Support](https://datadeveloper1.gumroad.com/l/tgnvjf)
|
| 121 |
+
[LLM Training Dataset 100k Drone Telemetry and Control Reasoning](https://datadeveloper1.gumroad.com/l/kzzdeb)
|
| 122 |
+
[100k Specialized Vehicle Diagnostics LLM Training Dataset](https://datadeveloper1.gumroad.com/l/oizcli)
|
| 123 |
+
[LLM Training Dataset 100k Elementary Animal Comparisons QA](https://datadeveloper1.gumroad.com/l/tzvwk)
|
| 124 |
+
[LLM Training Dataset 100k Elementary Math Word Problems](https://datadeveloper1.gumroad.com/l/woypqt)
|