Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,5 +1,83 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- config_name: checkpoint_20260106_014829_SIRIS_Lab_affilgood_dense_retriever_no_reranker_traces
|
| 4 |
features:
|
| 5 |
- name: trace_id
|
|
@@ -185,6 +263,10 @@ dataset_info:
|
|
| 185 |
download_size: 322340
|
| 186 |
dataset_size: 734760
|
| 187 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 188 |
- config_name: checkpoint_20260106_014829_SIRIS_Lab_affilgood_dense_retriever_no_reranker_traces
|
| 189 |
data_files:
|
| 190 |
- split: train
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: checkpoint_20260106_014829_SIRIS_Lab_affilgood_dense_retriever_no_reranker_metrics
|
| 4 |
+
features:
|
| 5 |
+
- name: model_id
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: use_reranker
|
| 8 |
+
dtype: bool
|
| 9 |
+
- name: recall_at_1
|
| 10 |
+
dtype: float64
|
| 11 |
+
- name: recall_at_5
|
| 12 |
+
dtype: float64
|
| 13 |
+
- name: recall_at_10
|
| 14 |
+
dtype: float64
|
| 15 |
+
- name: by_outcome
|
| 16 |
+
struct:
|
| 17 |
+
- name: below_threshold
|
| 18 |
+
struct:
|
| 19 |
+
- name: count
|
| 20 |
+
dtype: int64
|
| 21 |
+
- name: recall_at_1
|
| 22 |
+
dtype: float64
|
| 23 |
+
- name: recall_at_10
|
| 24 |
+
dtype: float64
|
| 25 |
+
- name: recall_at_5
|
| 26 |
+
dtype: float64
|
| 27 |
+
- name: correct
|
| 28 |
+
struct:
|
| 29 |
+
- name: count
|
| 30 |
+
dtype: int64
|
| 31 |
+
- name: recall_at_1
|
| 32 |
+
dtype: float64
|
| 33 |
+
- name: recall_at_10
|
| 34 |
+
dtype: float64
|
| 35 |
+
- name: recall_at_5
|
| 36 |
+
dtype: float64
|
| 37 |
+
- name: not_retrieved
|
| 38 |
+
struct:
|
| 39 |
+
- name: count
|
| 40 |
+
dtype: int64
|
| 41 |
+
- name: recall_at_1
|
| 42 |
+
dtype: float64
|
| 43 |
+
- name: recall_at_10
|
| 44 |
+
dtype: float64
|
| 45 |
+
- name: recall_at_5
|
| 46 |
+
dtype: float64
|
| 47 |
+
- name: wrong_prediction
|
| 48 |
+
struct:
|
| 49 |
+
- name: count
|
| 50 |
+
dtype: int64
|
| 51 |
+
- name: recall_at_1
|
| 52 |
+
dtype: float64
|
| 53 |
+
- name: recall_at_10
|
| 54 |
+
dtype: float64
|
| 55 |
+
- name: recall_at_5
|
| 56 |
+
dtype: float64
|
| 57 |
+
- name: mrr
|
| 58 |
+
dtype: float64
|
| 59 |
+
- name: accuracy
|
| 60 |
+
dtype: float64
|
| 61 |
+
- name: correct
|
| 62 |
+
dtype: int64
|
| 63 |
+
- name: total
|
| 64 |
+
dtype: int64
|
| 65 |
+
- name: accuracy_ci_lower
|
| 66 |
+
dtype: float64
|
| 67 |
+
- name: accuracy_ci_upper
|
| 68 |
+
dtype: float64
|
| 69 |
+
- name: avg_latency_ms
|
| 70 |
+
dtype: float64
|
| 71 |
+
- name: embedding_dim
|
| 72 |
+
dtype: int64
|
| 73 |
+
- name: index_build_time_s
|
| 74 |
+
dtype: float64
|
| 75 |
+
splits:
|
| 76 |
+
- name: train
|
| 77 |
+
num_bytes: 264
|
| 78 |
+
num_examples: 1
|
| 79 |
+
download_size: 14676
|
| 80 |
+
dataset_size: 264
|
| 81 |
- config_name: checkpoint_20260106_014829_SIRIS_Lab_affilgood_dense_retriever_no_reranker_traces
|
| 82 |
features:
|
| 83 |
- name: trace_id
|
|
|
|
| 263 |
download_size: 322340
|
| 264 |
dataset_size: 734760
|
| 265 |
configs:
|
| 266 |
+
- config_name: checkpoint_20260106_014829_SIRIS_Lab_affilgood_dense_retriever_no_reranker_metrics
|
| 267 |
+
data_files:
|
| 268 |
+
- split: train
|
| 269 |
+
path: checkpoint_20260106_014829_SIRIS_Lab_affilgood_dense_retriever_no_reranker_metrics/train-*
|
| 270 |
- config_name: checkpoint_20260106_014829_SIRIS_Lab_affilgood_dense_retriever_no_reranker_traces
|
| 271 |
data_files:
|
| 272 |
- split: train
|
checkpoint_20260106_014829_SIRIS_Lab_affilgood_dense_retriever_no_reranker_metrics/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:526a3d9841f1c3df2926457fe34a917bc50b4ad1ee03ebec3bff63c764ee65ba
|
| 3 |
+
size 14676
|