Link paper and update task category to other
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,19 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
tags:
|
| 6 |
-
- llm-serving
|
| 7 |
-
- streaming-inference
|
| 8 |
-
- vllm
|
| 9 |
-
- systems
|
| 10 |
pretty_name: Stream2LLM Data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
viewer: false
|
| 12 |
---
|
| 13 |
|
| 14 |
# Stream2LLM Dataset
|
| 15 |
|
| 16 |
-
Dataset for the paper:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
This repository is a git submodule of the main [Stream2LLM artifact](https://github.com/rajveerb/stream2llm/tree/mlsys_artifact) (branch: `mlsys_artifact`). Data files are stored with Git LFS on HuggingFace. To fetch everything:
|
| 19 |
|
|
@@ -149,4 +153,4 @@ The `run_metrics.csv` file logs timestamped events for each experiment run:
|
|
| 149 |
|
| 150 |
The ANNS corpus is stored as sharded JSON files (`retrieved_corpus_content.*.json` and `retrieved_corpus_content.part.*.json`). Each file maps document IDs to their text content, used for constructing input sequences from ANNS retrieval results.
|
| 151 |
|
| 152 |
-
The `query_trace_map_5k.json` file maps query IDs to their corresponding pipeline trace filenames and query text.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
+
- other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
pretty_name: Stream2LLM Data
|
| 6 |
+
tags:
|
| 7 |
+
- llm-serving
|
| 8 |
+
- streaming-inference
|
| 9 |
+
- vllm
|
| 10 |
+
- systems
|
| 11 |
viewer: false
|
| 12 |
---
|
| 13 |
|
| 14 |
# Stream2LLM Dataset
|
| 15 |
|
| 16 |
+
Dataset for the paper: [Stream2LLM: Overlap Context Streaming and Prefill for Reduced Time-to-First-Token (TTFT)](https://huggingface.co/papers/2604.16395) (MLSys 2026 artifact evaluation).
|
| 17 |
+
|
| 18 |
+
GitHub Repository: [https://github.com/rajveerb/stream2llm/](https://github.com/rajveerb/stream2llm/)
|
| 19 |
+
|
| 20 |
+
Contains workload traces, experiment run logs, and performance model measurements used to produce all figures, tables, and inline numbers in the paper.
|
| 21 |
|
| 22 |
This repository is a git submodule of the main [Stream2LLM artifact](https://github.com/rajveerb/stream2llm/tree/mlsys_artifact) (branch: `mlsys_artifact`). Data files are stored with Git LFS on HuggingFace. To fetch everything:
|
| 23 |
|
|
|
|
| 153 |
|
| 154 |
The ANNS corpus is stored as sharded JSON files (`retrieved_corpus_content.*.json` and `retrieved_corpus_content.part.*.json`). Each file maps document IDs to their text content, used for constructing input sequences from ANNS retrieval results.
|
| 155 |
|
| 156 |
+
The `query_trace_map_5k.json` file maps query IDs to their corresponding pipeline trace filenames and query text.
|