File size: 892 Bytes
224017d 01a2c69 224017d 01a2c69 224017d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
dataset_info:
features:
- name: total_requests
dtype: int64
- name: test_duration_sec
dtype: float64
- name: successful_requests
dtype: int64
- name: avg_latency_ms
dtype: float64
- name: p95_latency_ms
dtype: float64
- name: throughput_req_per_sec
dtype: float64
- name: avg_embedding_size
dtype: int64
- name: hw_type
dtype: string
- name: batch_size
dtype: int64
- name: image
dtype: string
- name: engine
dtype: string
- name: vendor
dtype: string
- name: vus
dtype: int64
- name: seconds_per_billion
dtype: float64
- name: cost_per_sec
dtype: float64
- name: 1B_cost
dtype: float64
splits:
- name: train
num_bytes: 12400
num_examples: 80
download_size: 11356
dataset_size: 12400
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|