Upload dataset
Browse files- README.md +300 -6
- data/test-00000-of-00001.parquet +2 -2
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -2,6 +2,294 @@
|
|
2 |
license: mit
|
3 |
dataset_info:
|
4 |
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
- name: extracted_strength
|
6 |
dtype: float64
|
7 |
- name: extracted_toughness
|
@@ -18,19 +306,25 @@ dataset_info:
|
|
18 |
dtype: float64
|
19 |
- name: extracted_ballistic_skill
|
20 |
dtype: float64
|
21 |
-
- name:
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- name: __index_level_0__
|
24 |
dtype: int64
|
25 |
splits:
|
26 |
- name: train
|
27 |
-
num_bytes:
|
28 |
num_examples: 988
|
29 |
- name: test
|
30 |
-
num_bytes:
|
31 |
num_examples: 248
|
32 |
-
download_size:
|
33 |
-
dataset_size:
|
34 |
configs:
|
35 |
- config_name: default
|
36 |
data_files:
|
|
|
2 |
license: mit
|
3 |
dataset_info:
|
4 |
features:
|
5 |
+
- name: 'Unnamed: 0'
|
6 |
+
dtype: int64
|
7 |
+
- name: markdown
|
8 |
+
dtype: string
|
9 |
+
- name: type
|
10 |
+
dtype: string
|
11 |
+
- name: name
|
12 |
+
dtype: string
|
13 |
+
- name: faction
|
14 |
+
dtype: string
|
15 |
+
- name: subtype
|
16 |
+
dtype: string
|
17 |
+
- name: movement
|
18 |
+
dtype: float64
|
19 |
+
- name: weapon-skill
|
20 |
+
dtype: float64
|
21 |
+
- name: ballistic-skill
|
22 |
+
dtype: float64
|
23 |
+
- name: strength
|
24 |
+
dtype: float64
|
25 |
+
- name: toughness
|
26 |
+
dtype: float64
|
27 |
+
- name: wounds
|
28 |
+
dtype: float64
|
29 |
+
- name: init
|
30 |
+
dtype: float64
|
31 |
+
- name: attacks
|
32 |
+
dtype: float64
|
33 |
+
- name: leadership
|
34 |
+
dtype: float64
|
35 |
+
- name: cool
|
36 |
+
dtype: float64
|
37 |
+
- name: willpower
|
38 |
+
dtype: float64
|
39 |
+
- name: intelligence
|
40 |
+
dtype: float64
|
41 |
+
- name: skills
|
42 |
+
dtype: string
|
43 |
+
- name: weapons
|
44 |
+
dtype: string
|
45 |
+
- name: equipment
|
46 |
+
dtype: string
|
47 |
+
- name: xp
|
48 |
+
dtype: float64
|
49 |
+
- name: advancements
|
50 |
+
dtype: float64
|
51 |
+
- name: Date
|
52 |
+
dtype: string
|
53 |
+
- name: tags
|
54 |
+
dtype: string
|
55 |
+
- name: weekday
|
56 |
+
dtype: string
|
57 |
+
- name: system_instructions
|
58 |
+
dtype: string
|
59 |
+
- name: resolveBacklinks
|
60 |
+
dtype: string
|
61 |
+
- name: resolveForwardLinks
|
62 |
+
dtype: string
|
63 |
+
- name: exclusionPattern
|
64 |
+
dtype: string
|
65 |
+
- name: effects
|
66 |
+
dtype: string
|
67 |
+
- name: source
|
68 |
+
dtype: string
|
69 |
+
- name: rarity
|
70 |
+
dtype: float64
|
71 |
+
- name: short-range
|
72 |
+
dtype: float64
|
73 |
+
- name: long-range
|
74 |
+
dtype: float64
|
75 |
+
- name: accuracy-short
|
76 |
+
dtype: float64
|
77 |
+
- name: accuracy-long
|
78 |
+
dtype: float64
|
79 |
+
- name: strength-string
|
80 |
+
dtype: string
|
81 |
+
- name: damage
|
82 |
+
dtype: float64
|
83 |
+
- name: cost
|
84 |
+
dtype: float64
|
85 |
+
- name: rarity-string
|
86 |
+
dtype: string
|
87 |
+
- name: traits
|
88 |
+
dtype: string
|
89 |
+
- name: armor-piercing
|
90 |
+
dtype: float64
|
91 |
+
- name: armor-piercing-string
|
92 |
+
dtype: string
|
93 |
+
- name: ammo-check-string
|
94 |
+
dtype: string
|
95 |
+
- name: ammo-check
|
96 |
+
dtype: float64
|
97 |
+
- name: aliases
|
98 |
+
dtype: string
|
99 |
+
- name: short-range-string
|
100 |
+
dtype: string
|
101 |
+
- name: long-range-string
|
102 |
+
dtype: string
|
103 |
+
- name: illegal
|
104 |
+
dtype: string
|
105 |
+
- name: description
|
106 |
+
dtype: string
|
107 |
+
- name: limits
|
108 |
+
dtype: string
|
109 |
+
- name: sidebar_position
|
110 |
+
dtype: float64
|
111 |
+
- name: credits
|
112 |
+
dtype: float64
|
113 |
+
- name: territories
|
114 |
+
dtype: string
|
115 |
+
- name: gang-member-count
|
116 |
+
dtype: float64
|
117 |
+
- name: gang-members
|
118 |
+
dtype: float64
|
119 |
+
- name: controled-by
|
120 |
+
dtype: string
|
121 |
+
- name: boons
|
122 |
+
dtype: float64
|
123 |
+
- name: gang1
|
124 |
+
dtype: float64
|
125 |
+
- name: gang2
|
126 |
+
dtype: float64
|
127 |
+
- name: additional-gangs
|
128 |
+
dtype: float64
|
129 |
+
- name: win-conditions
|
130 |
+
dtype: float64
|
131 |
+
- name: battlefield
|
132 |
+
dtype: float64
|
133 |
+
- name: battlefield-details
|
134 |
+
dtype: float64
|
135 |
+
- name: promptId
|
136 |
+
dtype: string
|
137 |
+
- name: author
|
138 |
+
dtype: string
|
139 |
+
- name: version
|
140 |
+
dtype: string
|
141 |
+
- name: disableProvider
|
142 |
+
dtype: string
|
143 |
+
- name: provider
|
144 |
+
dtype: string
|
145 |
+
- name: strict
|
146 |
+
dtype: string
|
147 |
+
- name: commands
|
148 |
+
dtype: string
|
149 |
+
- name: title
|
150 |
+
dtype: string
|
151 |
+
- name: mode
|
152 |
+
dtype: string
|
153 |
+
- name: chain.type
|
154 |
+
dtype: string
|
155 |
+
- name: splitter.chunkSize
|
156 |
+
dtype: float64
|
157 |
+
- name: splitter.chunkOverlap
|
158 |
+
dtype: float64
|
159 |
+
- name: max_tokens
|
160 |
+
dtype: float64
|
161 |
+
- name: temperature
|
162 |
+
dtype: float64
|
163 |
+
- name: chain.maxTokens
|
164 |
+
dtype: float64
|
165 |
+
- name: noGenMode
|
166 |
+
dtype: string
|
167 |
+
- name: required_values
|
168 |
+
dtype: string
|
169 |
+
- name: endpoint
|
170 |
+
dtype: string
|
171 |
+
- name: headers
|
172 |
+
dtype: string
|
173 |
+
- name: body
|
174 |
+
dtype: string
|
175 |
+
- name: output
|
176 |
+
dtype: string
|
177 |
+
- name: bodyParams
|
178 |
+
dtype: float64
|
179 |
+
- name: steaming
|
180 |
+
dtype: string
|
181 |
+
- name: model
|
182 |
+
dtype: string
|
183 |
+
- name: keywords
|
184 |
+
dtype: string
|
185 |
+
- name: slug
|
186 |
+
dtype: string
|
187 |
+
- name: ganger_id
|
188 |
+
dtype: float64
|
189 |
+
- name: m
|
190 |
+
dtype: float64
|
191 |
+
- name: ws
|
192 |
+
dtype: float64
|
193 |
+
- name: bs
|
194 |
+
dtype: float64
|
195 |
+
- name: s
|
196 |
+
dtype: float64
|
197 |
+
- name: t
|
198 |
+
dtype: float64
|
199 |
+
- name: w
|
200 |
+
dtype: float64
|
201 |
+
- name: i
|
202 |
+
dtype: float64
|
203 |
+
- name: a
|
204 |
+
dtype: float64
|
205 |
+
- name: ld
|
206 |
+
dtype: float64
|
207 |
+
- name: cl
|
208 |
+
dtype: float64
|
209 |
+
- name: wil
|
210 |
+
dtype: float64
|
211 |
+
- name: int
|
212 |
+
dtype: float64
|
213 |
+
- name: kills
|
214 |
+
dtype: float64
|
215 |
+
- name: advance_count
|
216 |
+
dtype: float64
|
217 |
+
- name: injuries
|
218 |
+
dtype: string
|
219 |
+
- name: status
|
220 |
+
dtype: string
|
221 |
+
- name: notes
|
222 |
+
dtype: string
|
223 |
+
- name: datetime_added
|
224 |
+
dtype: string
|
225 |
+
- name: datetime_updated
|
226 |
+
dtype: string
|
227 |
+
- name: gang_id
|
228 |
+
dtype: float64
|
229 |
+
- name: gang_name
|
230 |
+
dtype: string
|
231 |
+
- name: gang_type
|
232 |
+
dtype: string
|
233 |
+
- name: gang_rating
|
234 |
+
dtype: float64
|
235 |
+
- name: campaign
|
236 |
+
dtype: string
|
237 |
+
- name: url
|
238 |
+
dtype: string
|
239 |
+
- name: meat
|
240 |
+
dtype: float64
|
241 |
+
- name: reputation
|
242 |
+
dtype: float64
|
243 |
+
- name: wealth
|
244 |
+
dtype: float64
|
245 |
+
- name: alignment
|
246 |
+
dtype: string
|
247 |
+
- name: allegiance
|
248 |
+
dtype: string
|
249 |
+
- name: campaign_territories
|
250 |
+
dtype: string
|
251 |
+
- name: campaign_rackets
|
252 |
+
dtype: string
|
253 |
+
- name: stash
|
254 |
+
dtype: string
|
255 |
+
- name: gang_stash
|
256 |
+
dtype: string
|
257 |
+
- name: gang_image
|
258 |
+
dtype: float64
|
259 |
+
- name: gang_notes
|
260 |
+
dtype: string
|
261 |
+
- name: linked-pages
|
262 |
+
dtype: string
|
263 |
+
- name: armor
|
264 |
+
dtype: string
|
265 |
+
- name: id
|
266 |
+
dtype: string
|
267 |
+
- name: date
|
268 |
+
dtype: string
|
269 |
+
- name: preview
|
270 |
+
dtype: float64
|
271 |
+
- name: draft
|
272 |
+
dtype: string
|
273 |
+
- name: categories
|
274 |
+
dtype: string
|
275 |
+
- name: scenario-id
|
276 |
+
dtype: float64
|
277 |
+
- name: summary
|
278 |
+
dtype: string
|
279 |
+
- name: toc_min_heading_level
|
280 |
+
dtype: float64
|
281 |
+
- name: toc_max_heading_level
|
282 |
+
dtype: float64
|
283 |
+
- name: text
|
284 |
+
dtype: string
|
285 |
+
- name: extracted_type
|
286 |
+
dtype: string
|
287 |
+
- name: extracted_subtype
|
288 |
+
dtype: string
|
289 |
+
- name: extracted_voice
|
290 |
+
dtype: string
|
291 |
+
- name: extracted_model
|
292 |
+
dtype: string
|
293 |
- name: extracted_strength
|
294 |
dtype: float64
|
295 |
- name: extracted_toughness
|
|
|
306 |
dtype: float64
|
307 |
- name: extracted_ballistic_skill
|
308 |
dtype: float64
|
309 |
+
- name: tokenized_text
|
310 |
+
struct:
|
311 |
+
- name: attention_mask
|
312 |
+
sequence:
|
313 |
+
sequence: int64
|
314 |
+
- name: input_ids
|
315 |
+
sequence:
|
316 |
+
sequence: int64
|
317 |
- name: __index_level_0__
|
318 |
dtype: int64
|
319 |
splits:
|
320 |
- name: train
|
321 |
+
num_bytes: 26547669
|
322 |
num_examples: 988
|
323 |
- name: test
|
324 |
+
num_bytes: 8662444
|
325 |
num_examples: 248
|
326 |
+
download_size: 8355702
|
327 |
+
dataset_size: 35210113
|
328 |
configs:
|
329 |
- config_name: default
|
330 |
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:d7fe57d9b2fd0328dd4069bebc6b4e8a8fbe1e6022c845756b2a72a9b38f57c3
|
3 |
+
size 2658177
|
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:fca0e062a617767fd3e8a5ade49aa68cb82bf04773c7d6106288f7060b53feca
|
3 |
+
size 5697525
|