You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`prompt_length`| float | Length of the input text prompt (character count) |`63.0`|
174
+
|`negative_prompt_length`| float | Length of the negative prompt (character count), can be empty |`26.0`|
175
+
|`num_images_per_prompt`| float | Number of images generated per request |`1.0`|
176
+
|`num_inference_steps`| float | Number of diffusion inference steps |`30.0`|
177
+
|`checkpoint_model_version_id`| string | Anonymized base model identifier |`M0000`|
178
+
|`num_lora`| int | Number of LoRA adapters used in the request (0 = base model only) |`0`|
177
179
178
180
## Anonymization Description
179
181
@@ -183,6 +185,7 @@ All data has undergone strict anonymization processing:
183
185
-**Method**: MD5 hash algorithm
184
186
-**Applied Fields**: Container IP, model version ID, request type, etc.
185
187
-**Feature**: Same original value always maps to same hash value, ensuring correlation
188
+
-**Time Offset**: All timestamps are anonymized with a time offset to preserve relative order but hide absolute values
186
189
187
190
## Usage Recommendations
188
191
@@ -225,7 +228,6 @@ All data has undergone strict anonymization processing:
225
228
226
229
## Citation
227
230
228
-
229
231
If you use this dataset for analyzing request characteristics of diffusion models, GPU utilization patterns, or queue behavior, please cite our SoCC paper:
0 commit comments