CJJones commited on
Commit
4c1167e
·
verified ·
1 Parent(s): a90a4bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -31
README.md CHANGED
@@ -9,16 +9,9 @@ tags:
9
  - storytelling
10
  - procedural-generation
11
  - game-development
12
- - synthetic
13
  - ai-training
14
- - tabletop
15
  - creative-writing
16
- - dungeon
17
- - scene-prompt
18
- - interactive-fiction
19
- - modular
20
- - json
21
- - worldbuilding
22
  task_categories:
23
  - text-generation
24
  - text2text-generation
@@ -26,53 +19,51 @@ task_categories:
26
 
27
  dataset_info:
28
  features:
29
- Primary Setting:
30
  dtype: string
31
- Cause of Ruin:
32
  dtype: string
33
- Current Occupants:
34
  dtype: string
35
- Remaining Features:
36
  dtype: string
37
- Dwarven Artifacts:
38
  dtype: string
39
- Character Present:
40
  dtype: string
41
- Key Object:
42
  dtype: string
43
- Immediate Event:
44
  dtype: string
45
- Lighting:
46
  dtype: string
47
- Weather/Condition:
48
  dtype: string
49
- Ambient Sounds:
50
  dtype: string
51
- Background Details:
52
  dtype: string
53
- Time of Day:
54
  dtype: string
55
- Magic Status:
56
  dtype: string
57
- Structural Integrity:
58
  dtype: string
59
- Undead Presence:
60
  dtype: string
61
- Trap Density:
62
  dtype: string
63
- Navigation Status:
64
  dtype: string
65
- Divine Energy:
66
  dtype: string
67
- Basic Description:
68
  dtype: string
69
  splits:
70
- train:
71
- name: train
72
  num_examples: 100000
73
  download_size: 1200000000
74
  dataset_size: 1200000000
75
-
76
  ---
77
  # RPG Scene Generator
78
 
 
9
  - storytelling
10
  - procedural-generation
11
  - game-development
 
12
  - ai-training
 
13
  - creative-writing
14
+ - synthetic
 
 
 
 
 
15
  task_categories:
16
  - text-generation
17
  - text2text-generation
 
19
 
20
  dataset_info:
21
  features:
22
+ - name: Primary Setting
23
  dtype: string
24
+ - name: Cause of Ruin
25
  dtype: string
26
+ - name: Current Occupants
27
  dtype: string
28
+ - name: Remaining Features
29
  dtype: string
30
+ - name: Dwarven Artifacts
31
  dtype: string
32
+ - name: Character Present
33
  dtype: string
34
+ - name: Key Object
35
  dtype: string
36
+ - name: Immediate Event
37
  dtype: string
38
+ - name: Lighting
39
  dtype: string
40
+ - name: Weather/Condition
41
  dtype: string
42
+ - name: Ambient Sounds
43
  dtype: string
44
+ - name: Background Details
45
  dtype: string
46
+ - name: Time of Day
47
  dtype: string
48
+ - name: Magic Status
49
  dtype: string
50
+ - name: Structural Integrity
51
  dtype: string
52
+ - name: Undead Presence
53
  dtype: string
54
+ - name: Trap Density
55
  dtype: string
56
+ - name: Navigation Status
57
  dtype: string
58
+ - name: Divine Energy
59
  dtype: string
60
+ - name: Basic Description
61
  dtype: string
62
  splits:
63
+ - name: train
 
64
  num_examples: 100000
65
  download_size: 1200000000
66
  dataset_size: 1200000000
 
67
  ---
68
  # RPG Scene Generator
69