adambuttrick commited on
Commit
5646bd0
·
verified ·
1 Parent(s): 9eb358f

Upload dataset

Browse files
README.md CHANGED
@@ -1310,6 +1310,164 @@ dataset_info:
1310
  num_examples: 500
1311
  download_size: 345419
1312
  dataset_size: 815854
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1313
  - config_name: checkpoint_20260106_060333_SIRIS_Lab_affilgood_dense_retriever_reranker_t050_traces
1314
  features:
1315
  - name: trace_id
@@ -2677,6 +2835,10 @@ configs:
2677
  data_files:
2678
  - split: train
2679
  path: checkpoint_20260106_014829_intfloat_multilingual_e5_large_with_reranker_traces/train-*
 
 
 
 
2680
  - config_name: checkpoint_20260106_060333_SIRIS_Lab_affilgood_dense_retriever_reranker_t050_traces
2681
  data_files:
2682
  - split: train
 
1310
  num_examples: 500
1311
  download_size: 345419
1312
  dataset_size: 815854
1313
+ - config_name: checkpoint_20260106_060333_SIRIS_Lab_affilgood_dense_retriever_reranker_t050_metrics
1314
+ features:
1315
+ - name: model_id
1316
+ dtype: string
1317
+ - name: use_reranker
1318
+ dtype: bool
1319
+ - name: final_threshold
1320
+ dtype: float64
1321
+ - name: precision
1322
+ dtype: float64
1323
+ - name: recall
1324
+ dtype: float64
1325
+ - name: f1_score
1326
+ dtype: float64
1327
+ - name: tp
1328
+ dtype: int64
1329
+ - name: fp
1330
+ dtype: int64
1331
+ - name: fn
1332
+ dtype: int64
1333
+ - name: tn
1334
+ dtype: int64
1335
+ - name: accuracy
1336
+ dtype: float64
1337
+ - name: correct
1338
+ dtype: int64
1339
+ - name: total
1340
+ dtype: int64
1341
+ - name: recall_at_1
1342
+ dtype: float64
1343
+ - name: recall_at_5
1344
+ dtype: float64
1345
+ - name: recall_at_10
1346
+ dtype: float64
1347
+ - name: mrr
1348
+ dtype: float64
1349
+ - name: by_outcome
1350
+ struct:
1351
+ - name: below_threshold
1352
+ struct:
1353
+ - name: count
1354
+ dtype: int64
1355
+ - name: f1_score
1356
+ dtype: float64
1357
+ - name: fn
1358
+ dtype: int64
1359
+ - name: fp
1360
+ dtype: int64
1361
+ - name: precision
1362
+ dtype: float64
1363
+ - name: recall
1364
+ dtype: float64
1365
+ - name: recall_at_1
1366
+ dtype: float64
1367
+ - name: recall_at_10
1368
+ dtype: float64
1369
+ - name: recall_at_5
1370
+ dtype: float64
1371
+ - name: tn
1372
+ dtype: int64
1373
+ - name: tp
1374
+ dtype: int64
1375
+ - name: correct
1376
+ struct:
1377
+ - name: count
1378
+ dtype: int64
1379
+ - name: f1_score
1380
+ dtype: float64
1381
+ - name: fn
1382
+ dtype: int64
1383
+ - name: fp
1384
+ dtype: int64
1385
+ - name: precision
1386
+ dtype: float64
1387
+ - name: recall
1388
+ dtype: float64
1389
+ - name: recall_at_1
1390
+ dtype: float64
1391
+ - name: recall_at_10
1392
+ dtype: float64
1393
+ - name: recall_at_5
1394
+ dtype: float64
1395
+ - name: tn
1396
+ dtype: int64
1397
+ - name: tp
1398
+ dtype: int64
1399
+ - name: not_retrieved
1400
+ struct:
1401
+ - name: count
1402
+ dtype: int64
1403
+ - name: f1_score
1404
+ dtype: float64
1405
+ - name: fn
1406
+ dtype: int64
1407
+ - name: fp
1408
+ dtype: int64
1409
+ - name: precision
1410
+ dtype: float64
1411
+ - name: recall
1412
+ dtype: float64
1413
+ - name: recall_at_1
1414
+ dtype: float64
1415
+ - name: recall_at_10
1416
+ dtype: float64
1417
+ - name: recall_at_5
1418
+ dtype: float64
1419
+ - name: tn
1420
+ dtype: int64
1421
+ - name: tp
1422
+ dtype: int64
1423
+ - name: wrong_prediction
1424
+ struct:
1425
+ - name: count
1426
+ dtype: int64
1427
+ - name: f1_score
1428
+ dtype: float64
1429
+ - name: fn
1430
+ dtype: int64
1431
+ - name: fp
1432
+ dtype: int64
1433
+ - name: precision
1434
+ dtype: float64
1435
+ - name: recall
1436
+ dtype: float64
1437
+ - name: recall_at_1
1438
+ dtype: float64
1439
+ - name: recall_at_10
1440
+ dtype: float64
1441
+ - name: recall_at_5
1442
+ dtype: float64
1443
+ - name: tn
1444
+ dtype: int64
1445
+ - name: tp
1446
+ dtype: int64
1447
+ - name: accuracy_ci_lower
1448
+ dtype: float64
1449
+ - name: accuracy_ci_upper
1450
+ dtype: float64
1451
+ - name: precision_ci_lower
1452
+ dtype: float64
1453
+ - name: precision_ci_upper
1454
+ dtype: float64
1455
+ - name: recall_ci_lower
1456
+ dtype: float64
1457
+ - name: recall_ci_upper
1458
+ dtype: float64
1459
+ - name: avg_latency_ms
1460
+ dtype: float64
1461
+ - name: embedding_dim
1462
+ dtype: int64
1463
+ - name: index_build_time_s
1464
+ dtype: float64
1465
+ splits:
1466
+ - name: train
1467
+ num_bytes: 584
1468
+ num_examples: 1
1469
+ download_size: 31877
1470
+ dataset_size: 584
1471
  - config_name: checkpoint_20260106_060333_SIRIS_Lab_affilgood_dense_retriever_reranker_t050_traces
1472
  features:
1473
  - name: trace_id
 
2835
  data_files:
2836
  - split: train
2837
  path: checkpoint_20260106_014829_intfloat_multilingual_e5_large_with_reranker_traces/train-*
2838
+ - config_name: checkpoint_20260106_060333_SIRIS_Lab_affilgood_dense_retriever_reranker_t050_metrics
2839
+ data_files:
2840
+ - split: train
2841
+ path: checkpoint_20260106_060333_SIRIS_Lab_affilgood_dense_retriever_reranker_t050_metrics/train-*
2842
  - config_name: checkpoint_20260106_060333_SIRIS_Lab_affilgood_dense_retriever_reranker_t050_traces
2843
  data_files:
2844
  - split: train
checkpoint_20260106_060333_SIRIS_Lab_affilgood_dense_retriever_reranker_t050_metrics/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303d92341611a012693c461a765bbb5b135f818317534b3d84ea058eed16e7f7
3
+ size 31877