CJJones commited on
Commit
0ccfb43
·
verified ·
1 Parent(s): b7efe77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -23
README.md CHANGED
@@ -1,23 +1,17 @@
1
  name: magician-mud-conversations
2
  pretty_name: Magician MUD Conversations
3
-
4
- description:
5
  500 turn-by-turn gameplay conversations from a text-based dungeon crawler RPG (MUD style).
6
  Each conversation captures strategic decision-making in fantasy combat, including player status,
7
  enemy encounters, resource management, and combat outcomes. Ideal for fine-tuning language models
8
  for RPG dialogue generation, tactical decision-making, and game state understanding.
9
-
10
  license: cc-by-sa-4.0
11
-
12
  languages:
13
-
14
  - en
15
-
16
  multilinguality: monolingual
17
-
18
  size_categories: n<1K
19
-
20
- source_datasets: original
21
  annotations_creators:
22
  - machine-generated
23
  language_creators:
@@ -46,18 +40,18 @@ splits:
46
  dataset_structure:
47
  description: Each instance represents a single conversation turn.
48
  fields:
49
- - conversation_id: string
50
- - game_id: string
51
- - turn_number: int
52
- - speaker: string
53
- - message: string
54
- - game_state: dict
55
- - selected_choice: string
56
- - choice_number: int
57
- - choice_reason: string
58
- - attacked_entities: list
59
- - combat_outcome: dict
60
- - game_outcome: string
61
  considerations:
62
  social_impact: Fantasy violence only; no real-world sensitive content.
63
  bias: >
@@ -83,6 +77,5 @@ citation:
83
  year = {2025},
84
  publisher = {Hugging Face},
85
  version = {1.0.0},
86
- url = {https://huggingface.co/datasets/magician-mud-conversations}
87
  }
88
-
 
1
  name: magician-mud-conversations
2
  pretty_name: Magician MUD Conversations
3
+ description: >
 
4
  500 turn-by-turn gameplay conversations from a text-based dungeon crawler RPG (MUD style).
5
  Each conversation captures strategic decision-making in fantasy combat, including player status,
6
  enemy encounters, resource management, and combat outcomes. Ideal for fine-tuning language models
7
  for RPG dialogue generation, tactical decision-making, and game state understanding.
 
8
  license: cc-by-sa-4.0
 
9
  languages:
 
10
  - en
 
11
  multilinguality: monolingual
 
12
  size_categories: n<1K
13
+ source_datasets:
14
+ - original
15
  annotations_creators:
16
  - machine-generated
17
  language_creators:
 
40
  dataset_structure:
41
  description: Each instance represents a single conversation turn.
42
  fields:
43
+ conversation_id: string
44
+ game_id: string
45
+ turn_number: int
46
+ speaker: string
47
+ message: string
48
+ game_state: dict
49
+ selected_choice: string
50
+ choice_number: int
51
+ choice_reason: string
52
+ attacked_entities: list
53
+ combat_outcome: dict
54
+ game_outcome: string
55
  considerations:
56
  social_impact: Fantasy violence only; no real-world sensitive content.
57
  bias: >
 
77
  year = {2025},
78
  publisher = {Hugging Face},
79
  version = {1.0.0},
80
+ url = {https://huggingface.co/datasets/RPG_DM_Simulation_Combat_LLM_Training}
81
  }