ashman1705 commited on
Commit
1aa90d5
·
verified ·
1 Parent(s): 99d6e58

Upload dataset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +57 -0
  2. cases/.DS_Store +0 -0
  3. cases/adversarial_long_burst/adversarial_long_burst_0001.json +0 -0
  4. cases/adversarial_long_burst/adversarial_long_burst_0002.json +0 -0
  5. cases/adversarial_long_burst/adversarial_long_burst_0003.json +0 -0
  6. cases/adversarial_long_burst/adversarial_long_burst_0004.json +0 -0
  7. cases/adversarial_long_burst/adversarial_long_burst_0005.json +0 -0
  8. cases/adversarial_long_burst/adversarial_long_burst_0006.json +0 -0
  9. cases/adversarial_long_burst/adversarial_long_burst_0007.json +0 -0
  10. cases/adversarial_long_burst/adversarial_long_burst_0008.json +0 -0
  11. cases/adversarial_long_burst/category.json +9 -0
  12. cases/bursty_chat/bursty_chat_0001.json +0 -0
  13. cases/bursty_chat/bursty_chat_0002.json +0 -0
  14. cases/bursty_chat/bursty_chat_0003.json +0 -0
  15. cases/bursty_chat/bursty_chat_0004.json +0 -0
  16. cases/bursty_chat/bursty_chat_0005.json +0 -0
  17. cases/bursty_chat/bursty_chat_0006.json +0 -0
  18. cases/bursty_chat/bursty_chat_0007.json +0 -0
  19. cases/bursty_chat/bursty_chat_0008.json +0 -0
  20. cases/bursty_chat/category.json +8 -0
  21. cases/bursty_long/bursty_long_0001.json +0 -0
  22. cases/bursty_long/bursty_long_0002.json +0 -0
  23. cases/bursty_long/bursty_long_0003.json +0 -0
  24. cases/bursty_long/bursty_long_0004.json +0 -0
  25. cases/bursty_long/bursty_long_0005.json +0 -0
  26. cases/bursty_long/bursty_long_0006.json +0 -0
  27. cases/bursty_long/bursty_long_0007.json +0 -0
  28. cases/bursty_long/bursty_long_0008.json +0 -0
  29. cases/bursty_long/category.json +8 -0
  30. cases/bursty_traffic/bursty_traffic_0001.json +0 -0
  31. cases/bursty_traffic/bursty_traffic_0002.json +0 -0
  32. cases/bursty_traffic/bursty_traffic_0003.json +0 -0
  33. cases/bursty_traffic/bursty_traffic_0004.json +0 -0
  34. cases/bursty_traffic/bursty_traffic_0005.json +0 -0
  35. cases/bursty_traffic/bursty_traffic_0006.json +0 -0
  36. cases/bursty_traffic/bursty_traffic_0007.json +0 -0
  37. cases/bursty_traffic/bursty_traffic_0008.json +0 -0
  38. cases/bursty_traffic/category.json +8 -0
  39. cases/fairness_test/category.json +9 -0
  40. cases/fairness_test/fairness_test_0001.json +0 -0
  41. cases/fairness_test/fairness_test_0002.json +0 -0
  42. cases/fairness_test/fairness_test_0003.json +0 -0
  43. cases/fairness_test/fairness_test_0004.json +0 -0
  44. cases/fairness_test/fairness_test_0005.json +0 -0
  45. cases/fairness_test/fairness_test_0006.json +0 -0
  46. cases/fairness_test/fairness_test_0007.json +0 -0
  47. cases/fairness_test/fairness_test_0008.json +0 -0
  48. cases/flash_crowd/category.json +8 -0
  49. cases/flash_crowd/flash_crowd_0001.json +0 -0
  50. cases/flash_crowd/flash_crowd_0002.json +0 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: ShareGPT Workload Cases
3
+ language:
4
+ - en
5
+ license: other
6
+ task_categories:
7
+ - text-generation
8
+ tags:
9
+ - synthetic
10
+ - conversations
11
+ - scheduling
12
+ - benchmarking
13
+ size_categories:
14
+ - 10K<n<100K
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - manifest.json
21
+ - cases/**/*
22
+ ---
23
+
24
+ # ShareGPT Workload Cases
25
+
26
+ This dataset packages workload-generation artifacts derived from `Aeala/ShareGPT_Vicuna_unfiltered`.
27
+ It includes the manifest describing how cases were generated and per-category case files intended for scheduler and systems benchmarking.
28
+
29
+ ## Contents
30
+
31
+ - `manifest.json`: dataset generation metadata and category definitions.
32
+ - `cases/`: 176 generated case files across 22 workload categories.
33
+
34
+ ## Generation Metadata
35
+
36
+ - Split: `train`
37
+ - Cases per category: `8`
38
+ - Tokenizer: `gpt-4` via `tiktoken`
39
+ - Generation seed: `7`
40
+
41
+ ## Category Preview
42
+
43
+ - `steady_short`: Steady Poisson arrivals dominated by short prompts. (32 requests per case)
44
+ - `steady_mixed`: Steady mixed load with balanced request lengths. (64 requests per case)
45
+ - `bursty_chat`: Bursty conversational traffic with mostly short and medium prompts. (96 requests per case)
46
+ - `bursty_long`: Burst-heavy load with a larger share of long prompts. (72 requests per case)
47
+ - `flash_crowd`: Large clustered traffic spikes for stress testing scheduler fairness and queueing. (192 requests per case)
48
+ - `uniform_workload`: Uniform request sizes and steady arrivals for baseline throughput and scheduler overhead. (64 requests per case)
49
+ - `low_load`: Low-arrival workload with little contention to approximate ideal latency. (32 requests per case)
50
+ - `short_long_mix`: Majority short requests with a minority of long requests to expose head-of-line blocking. (80 requests per case)
51
+ - ...and 14 more categories.
52
+
53
+ ## Notes
54
+
55
+ - Each category folder also contains a `category.json` file with category-level metadata.
56
+ - Source records are intentionally excluded from this Hub upload.
57
+ - The uploaded layout mirrors the local directory structure for reproducibility.
cases/.DS_Store ADDED
Binary file (12.3 kB). View file
 
cases/adversarial_long_burst/adversarial_long_burst_0001.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/adversarial_long_burst/adversarial_long_burst_0002.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/adversarial_long_burst/adversarial_long_burst_0003.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/adversarial_long_burst/adversarial_long_burst_0004.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/adversarial_long_burst/adversarial_long_burst_0005.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/adversarial_long_burst/adversarial_long_burst_0006.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/adversarial_long_burst/adversarial_long_burst_0007.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/adversarial_long_burst/adversarial_long_burst_0008.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/adversarial_long_burst/category.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "category": "adversarial_long_burst",
3
+ "description": "Many long requests arrive nearly simultaneously to stress worst-case latency and memory pressure.",
4
+ "arrival_mode": "synchronized",
5
+ "metadata": {
6
+ "requests_per_case": 48,
7
+ "stress_focus": "memory_pressure"
8
+ }
9
+ }
cases/bursty_chat/bursty_chat_0001.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_chat/bursty_chat_0002.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_chat/bursty_chat_0003.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_chat/bursty_chat_0004.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_chat/bursty_chat_0005.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_chat/bursty_chat_0006.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_chat/bursty_chat_0007.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_chat/bursty_chat_0008.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_chat/category.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "category": "bursty_chat",
3
+ "description": "Bursty conversational traffic with mostly short and medium prompts.",
4
+ "arrival_mode": "burst",
5
+ "metadata": {
6
+ "requests_per_case": 96
7
+ }
8
+ }
cases/bursty_long/bursty_long_0001.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_long/bursty_long_0002.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_long/bursty_long_0003.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_long/bursty_long_0004.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_long/bursty_long_0005.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_long/bursty_long_0006.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_long/bursty_long_0007.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_long/bursty_long_0008.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_long/category.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "category": "bursty_long",
3
+ "description": "Burst-heavy load with a larger share of long prompts.",
4
+ "arrival_mode": "burst",
5
+ "metadata": {
6
+ "requests_per_case": 72
7
+ }
8
+ }
cases/bursty_traffic/bursty_traffic_0001.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_traffic/bursty_traffic_0002.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_traffic/bursty_traffic_0003.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_traffic/bursty_traffic_0004.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_traffic/bursty_traffic_0005.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_traffic/bursty_traffic_0006.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_traffic/bursty_traffic_0007.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_traffic/bursty_traffic_0008.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/bursty_traffic/category.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "category": "bursty_traffic",
3
+ "description": "Bursty arrivals with queue buildup followed by recovery periods.",
4
+ "arrival_mode": "burst",
5
+ "metadata": {
6
+ "requests_per_case": 96
7
+ }
8
+ }
cases/fairness_test/category.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "category": "fairness_test",
3
+ "description": "Heterogeneous request sizes for slowdown and fairness evaluation.",
4
+ "arrival_mode": "poisson",
5
+ "metadata": {
6
+ "requests_per_case": 96,
7
+ "evaluation_focus": "fairness"
8
+ }
9
+ }
cases/fairness_test/fairness_test_0001.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/fairness_test/fairness_test_0002.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/fairness_test/fairness_test_0003.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/fairness_test/fairness_test_0004.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/fairness_test/fairness_test_0005.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/fairness_test/fairness_test_0006.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/fairness_test/fairness_test_0007.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/fairness_test/fairness_test_0008.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/flash_crowd/category.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "category": "flash_crowd",
3
+ "description": "Large clustered traffic spikes for stress testing scheduler fairness and queueing.",
4
+ "arrival_mode": "burst",
5
+ "metadata": {
6
+ "requests_per_case": 192
7
+ }
8
+ }
cases/flash_crowd/flash_crowd_0001.json ADDED
The diff for this file is too large to render. See raw diff
 
cases/flash_crowd/flash_crowd_0002.json ADDED
The diff for this file is too large to render. See raw diff