Upload dataset
Browse files- README.md +74 -0
- sglang/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -70,6 +70,76 @@ dataset_info:
|
|
| 70 |
num_examples: 39
|
| 71 |
download_size: 192570
|
| 72 |
dataset_size: 545364
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
- config_name: vllm
|
| 74 |
features:
|
| 75 |
- name: commit_hash
|
|
@@ -145,6 +215,10 @@ configs:
|
|
| 145 |
data_files:
|
| 146 |
- split: train
|
| 147 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
- config_name: vllm
|
| 149 |
data_files:
|
| 150 |
- split: train
|
|
|
|
| 70 |
num_examples: 39
|
| 71 |
download_size: 192570
|
| 72 |
dataset_size: 545364
|
| 73 |
+
- config_name: sglang
|
| 74 |
+
features:
|
| 75 |
+
- name: commit_hash
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: pr_url
|
| 78 |
+
dtype: string
|
| 79 |
+
- name: pr_date
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: timeline_extracted_at
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: analysis_extracted_at
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: models
|
| 86 |
+
list: string
|
| 87 |
+
- name: perf_command
|
| 88 |
+
dtype: string
|
| 89 |
+
- name: has_serving
|
| 90 |
+
dtype: bool
|
| 91 |
+
- name: has_latency
|
| 92 |
+
dtype: bool
|
| 93 |
+
- name: has_throughput
|
| 94 |
+
dtype: bool
|
| 95 |
+
- name: uses_lm_eval
|
| 96 |
+
dtype: bool
|
| 97 |
+
- name: commit_subject
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: commit_message
|
| 100 |
+
dtype: string
|
| 101 |
+
- name: commit_date
|
| 102 |
+
dtype: string
|
| 103 |
+
- name: files_changed
|
| 104 |
+
list: string
|
| 105 |
+
- name: stats
|
| 106 |
+
struct:
|
| 107 |
+
- name: commit_year
|
| 108 |
+
dtype: int64
|
| 109 |
+
- name: num_edited_lines
|
| 110 |
+
dtype: int64
|
| 111 |
+
- name: num_files
|
| 112 |
+
dtype: int64
|
| 113 |
+
- name: num_hunks
|
| 114 |
+
dtype: int64
|
| 115 |
+
- name: num_non_test_edited_lines
|
| 116 |
+
dtype: int64
|
| 117 |
+
- name: num_non_test_files
|
| 118 |
+
dtype: int64
|
| 119 |
+
- name: num_test_files
|
| 120 |
+
dtype: int64
|
| 121 |
+
- name: only_non_test_files
|
| 122 |
+
dtype: int64
|
| 123 |
+
- name: only_test_files
|
| 124 |
+
dtype: int64
|
| 125 |
+
- name: diff_text
|
| 126 |
+
dtype: string
|
| 127 |
+
- name: apis
|
| 128 |
+
list: string
|
| 129 |
+
- name: affected_paths
|
| 130 |
+
list: string
|
| 131 |
+
- name: repo
|
| 132 |
+
dtype: string
|
| 133 |
+
- name: hardware
|
| 134 |
+
dtype: string
|
| 135 |
+
- name: lm_eval_command
|
| 136 |
+
dtype: string
|
| 137 |
+
splits:
|
| 138 |
+
- name: train
|
| 139 |
+
num_bytes: 91137
|
| 140 |
+
num_examples: 15
|
| 141 |
+
download_size: 52410
|
| 142 |
+
dataset_size: 91137
|
| 143 |
- config_name: vllm
|
| 144 |
features:
|
| 145 |
- name: commit_hash
|
|
|
|
| 215 |
data_files:
|
| 216 |
- split: train
|
| 217 |
path: data/train-*
|
| 218 |
+
- config_name: sglang
|
| 219 |
+
data_files:
|
| 220 |
+
- split: train
|
| 221 |
+
path: sglang/train-*
|
| 222 |
- config_name: vllm
|
| 223 |
data_files:
|
| 224 |
- split: train
|
sglang/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:853244a61a94df4824a5e0436b1716a5bda95366421316ae5b3f74d83a6b97fd
|
| 3 |
+
size 52410
|