CJJones commited on
Commit
7818881
·
verified ·
1 Parent(s): 73ed94e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -20
README.md CHANGED
@@ -31,30 +31,22 @@ task_categories:
31
  - other
32
  dataset_info:
33
  features:
34
- - name: Primary Setting
35
- type: string
36
- - name: Condition
37
- type: string
38
- - name: Character Present
39
- type: string
40
- - name: Key Object
41
- type: string
42
- - name: Immediate Event
43
- type: string
44
- - name: Atmospheric Effects
45
  type: struct
46
  struct:
47
- - name: Lighting
48
- type: string
49
- - name: Sounds
50
- type: string
51
- - name: Phenomena
52
- type: string
53
- - name: Gameplay Tags
54
- type: list[string]
55
  splits:
56
  - name: train
57
- num_bytes: 1200000000
58
  num_examples: 100000
59
  download_size: 1200000000
60
  dataset_size: 1200000000
 
31
  - other
32
  dataset_info:
33
  features:
34
+ Primary Setting: string
35
+ Condition: string
36
+ Character Present: string
37
+ Key Object: string
38
+ Immediate Event: string
39
+ Atmospheric Effects:
 
 
 
 
 
40
  type: struct
41
  struct:
42
+ Lighting: string
43
+ Sounds: string
44
+ Phenomena: string
45
+ Gameplay Tags:
46
+ type: list
47
+ feature: string
 
 
48
  splits:
49
  - name: train
 
50
  num_examples: 100000
51
  download_size: 1200000000
52
  dataset_size: 1200000000