Upload dataset
Browse files- README.md +178 -4
- data/test-00000-of-00001.parquet +2 -2
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -2,19 +2,193 @@
|
|
2 |
license: mit
|
3 |
dataset_info:
|
4 |
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
- name: text
|
6 |
dtype: string
|
|
|
|
|
7 |
- name: __index_level_0__
|
8 |
dtype: int64
|
9 |
splits:
|
10 |
- name: train
|
11 |
-
num_bytes:
|
12 |
num_examples: 388
|
13 |
- name: test
|
14 |
-
num_bytes:
|
15 |
num_examples: 97
|
16 |
-
download_size:
|
17 |
-
dataset_size:
|
18 |
configs:
|
19 |
- config_name: default
|
20 |
data_files:
|
|
|
2 |
license: mit
|
3 |
dataset_info:
|
4 |
features:
|
5 |
+
- name: markdown
|
6 |
+
dtype: string
|
7 |
+
- name: type
|
8 |
+
dtype: string
|
9 |
+
- name: name
|
10 |
+
dtype: string
|
11 |
+
- name: faction
|
12 |
+
dtype: string
|
13 |
+
- name: subtype
|
14 |
+
dtype: string
|
15 |
+
- name: movement
|
16 |
+
dtype: float64
|
17 |
+
- name: weapon-skill
|
18 |
+
dtype: float64
|
19 |
+
- name: ballistic-skill
|
20 |
+
dtype: float64
|
21 |
+
- name: strength
|
22 |
+
dtype: float64
|
23 |
+
- name: toughness
|
24 |
+
dtype: float64
|
25 |
+
- name: wounds
|
26 |
+
dtype: float64
|
27 |
+
- name: init
|
28 |
+
dtype: float64
|
29 |
+
- name: attacks
|
30 |
+
dtype: float64
|
31 |
+
- name: leadership
|
32 |
+
dtype: float64
|
33 |
+
- name: cool
|
34 |
+
dtype: float64
|
35 |
+
- name: willpower
|
36 |
+
dtype: float64
|
37 |
+
- name: intelligence
|
38 |
+
dtype: float64
|
39 |
+
- name: skills
|
40 |
+
dtype: float64
|
41 |
+
- name: weapons
|
42 |
+
dtype: float64
|
43 |
+
- name: equipment
|
44 |
+
dtype: float64
|
45 |
+
- name: xp
|
46 |
+
dtype: float64
|
47 |
+
- name: advancements
|
48 |
+
dtype: float64
|
49 |
+
- name: Date
|
50 |
+
dtype: timestamp[ns]
|
51 |
+
- name: tags
|
52 |
+
dtype: string
|
53 |
+
- name: weekday
|
54 |
+
dtype: string
|
55 |
+
- name: system_instructions
|
56 |
+
dtype: string
|
57 |
+
- name: exclusionPattern
|
58 |
+
dtype: string
|
59 |
+
- name: effects
|
60 |
+
dtype: string
|
61 |
+
- name: source
|
62 |
+
dtype: string
|
63 |
+
- name: rarity
|
64 |
+
dtype: float64
|
65 |
+
- name: short-range
|
66 |
+
dtype: float64
|
67 |
+
- name: long-range
|
68 |
+
dtype: float64
|
69 |
+
- name: accuracy-short
|
70 |
+
dtype: float64
|
71 |
+
- name: accuracy-long
|
72 |
+
dtype: float64
|
73 |
+
- name: strength-string
|
74 |
+
dtype: string
|
75 |
+
- name: damage
|
76 |
+
dtype: float64
|
77 |
+
- name: cost
|
78 |
+
dtype: float64
|
79 |
+
- name: rarity-string
|
80 |
+
dtype: string
|
81 |
+
- name: traits
|
82 |
+
dtype: string
|
83 |
+
- name: armor-piercing
|
84 |
+
dtype: float64
|
85 |
+
- name: armor-piercing-string
|
86 |
+
dtype: string
|
87 |
+
- name: ammo-check-string
|
88 |
+
dtype: string
|
89 |
+
- name: ammo-check
|
90 |
+
dtype: float64
|
91 |
+
- name: aliases
|
92 |
+
dtype: string
|
93 |
+
- name: short-range-string
|
94 |
+
dtype: string
|
95 |
+
- name: long-range-string
|
96 |
+
dtype: string
|
97 |
+
- name: description
|
98 |
+
dtype: string
|
99 |
+
- name: limits
|
100 |
+
dtype: string
|
101 |
+
- name: sidebar_position
|
102 |
+
dtype: float64
|
103 |
+
- name: credits
|
104 |
+
dtype: string
|
105 |
+
- name: territories
|
106 |
+
dtype: string
|
107 |
+
- name: gang-member-count
|
108 |
+
dtype: string
|
109 |
+
- name: gang-members
|
110 |
+
dtype: float64
|
111 |
+
- name: controled-by
|
112 |
+
dtype: string
|
113 |
+
- name: boons
|
114 |
+
dtype: float64
|
115 |
+
- name: gang1
|
116 |
+
dtype: float64
|
117 |
+
- name: gang2
|
118 |
+
dtype: float64
|
119 |
+
- name: additional-gangs
|
120 |
+
dtype: float64
|
121 |
+
- name: win-conditions
|
122 |
+
dtype: float64
|
123 |
+
- name: battlefield
|
124 |
+
dtype: float64
|
125 |
+
- name: battlefield-details
|
126 |
+
dtype: float64
|
127 |
+
- name: promptId
|
128 |
+
dtype: string
|
129 |
+
- name: author
|
130 |
+
dtype: string
|
131 |
+
- name: version
|
132 |
+
dtype: string
|
133 |
+
- name: provider
|
134 |
+
dtype: string
|
135 |
+
- name: commands
|
136 |
+
dtype: string
|
137 |
+
- name: title
|
138 |
+
dtype: string
|
139 |
+
- name: mode
|
140 |
+
dtype: string
|
141 |
+
- name: chain.type
|
142 |
+
dtype: string
|
143 |
+
- name: splitter.chunkSize
|
144 |
+
dtype: float64
|
145 |
+
- name: splitter.chunkOverlap
|
146 |
+
dtype: float64
|
147 |
+
- name: max_tokens
|
148 |
+
dtype: float64
|
149 |
+
- name: temperature
|
150 |
+
dtype: float64
|
151 |
+
- name: chain.maxTokens
|
152 |
+
dtype: float64
|
153 |
+
- name: required_values
|
154 |
+
dtype: string
|
155 |
+
- name: endpoint
|
156 |
+
dtype: string
|
157 |
+
- name: headers
|
158 |
+
dtype: string
|
159 |
+
- name: body
|
160 |
+
dtype: string
|
161 |
+
- name: output
|
162 |
+
dtype: string
|
163 |
+
- name: bodyParams
|
164 |
+
dtype: float64
|
165 |
+
- name: model
|
166 |
+
dtype: string
|
167 |
+
- name: linked-pages
|
168 |
+
dtype: string
|
169 |
+
- name: id
|
170 |
+
dtype: string
|
171 |
+
- name: toc_min_heading_level
|
172 |
+
dtype: float64
|
173 |
+
- name: toc_max_heading_level
|
174 |
+
dtype: float64
|
175 |
+
- name: summary
|
176 |
+
dtype: string
|
177 |
- name: text
|
178 |
dtype: string
|
179 |
+
- name: is_relevant
|
180 |
+
dtype: int64
|
181 |
- name: __index_level_0__
|
182 |
dtype: int64
|
183 |
splits:
|
184 |
- name: train
|
185 |
+
num_bytes: 8345110
|
186 |
num_examples: 388
|
187 |
- name: test
|
188 |
+
num_bytes: 1618775
|
189 |
num_examples: 97
|
190 |
+
download_size: 4039591
|
191 |
+
dataset_size: 9963885
|
192 |
configs:
|
193 |
- config_name: default
|
194 |
data_files:
|
data/test-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fe15f73ea16cef45f58629ae54673567e01d7a84c1802db6e9b2319b71821ee
|
3 |
+
size 715335
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6bdc754293a499ca0455e48fba93a64c7fb7938680fcd92beac576f94aed6ef
|
3 |
+
size 3324256
|