nolancacheux commited on
Commit
8919eca
·
verified ·
1 Parent(s): 9e87d49

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - ecotopia
5
+ - hackathon
6
+ - political-simulation
7
+ - dialogue-generation
8
+ size_categories:
9
+ - n<1K
10
+ ---
11
+
12
+ # Ecotopia Citizens Data
13
+
14
+ Training dataset for the Ecotopia citizen dialogue generation model. Contains citizen profiles and contextual reactions to mayor policies.
15
+
16
+ ## Dataset Details
17
+
18
+ - **Size**: 340 examples (272 train / 68 validation)
19
+ - **Format**: Conversational (system/user/assistant messages)
20
+ - **Task**: Generate realistic citizen dialogue based on demographic profiles and policy context
21
+
22
+ ## Links
23
+
24
+ - [Citizens Model](https://huggingface.co/mistral-hackaton-2026/ecotopia-citizens-ministral-8b)
25
+ - [GitHub Repo](https://github.com/KyleKreuter/ecotopia)