adambuttrick commited on
Commit
c4d14cd
·
verified ·
1 Parent(s): 7154b70

Upload dataset

Browse files
README.md CHANGED
@@ -3458,6 +3458,164 @@ dataset_info:
3458
  num_examples: 2506
3459
  download_size: 1228308
3460
  dataset_size: 3728755
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3461
  - config_name: full_traces
3462
  features:
3463
  - name: trace_id
@@ -3831,6 +3989,10 @@ configs:
3831
  data_files:
3832
  - split: train
3833
  path: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t080_traces/train-*
 
 
 
 
3834
  - config_name: full_traces
3835
  data_files:
3836
  - split: train
 
3458
  num_examples: 2506
3459
  download_size: 1228308
3460
  dataset_size: 3728755
3461
+ - config_name: full_metrics
3462
+ features:
3463
+ - name: model_id
3464
+ dtype: string
3465
+ - name: use_reranker
3466
+ dtype: bool
3467
+ - name: final_threshold
3468
+ dtype: float64
3469
+ - name: precision
3470
+ dtype: float64
3471
+ - name: recall
3472
+ dtype: float64
3473
+ - name: f1_score
3474
+ dtype: float64
3475
+ - name: tp
3476
+ dtype: int64
3477
+ - name: fp
3478
+ dtype: int64
3479
+ - name: fn
3480
+ dtype: int64
3481
+ - name: tn
3482
+ dtype: int64
3483
+ - name: accuracy
3484
+ dtype: float64
3485
+ - name: correct
3486
+ dtype: int64
3487
+ - name: total
3488
+ dtype: int64
3489
+ - name: recall_at_1
3490
+ dtype: float64
3491
+ - name: recall_at_5
3492
+ dtype: float64
3493
+ - name: recall_at_10
3494
+ dtype: float64
3495
+ - name: mrr
3496
+ dtype: float64
3497
+ - name: by_outcome
3498
+ struct:
3499
+ - name: below_threshold
3500
+ struct:
3501
+ - name: count
3502
+ dtype: int64
3503
+ - name: f1_score
3504
+ dtype: float64
3505
+ - name: fn
3506
+ dtype: int64
3507
+ - name: fp
3508
+ dtype: int64
3509
+ - name: precision
3510
+ dtype: float64
3511
+ - name: recall
3512
+ dtype: float64
3513
+ - name: recall_at_1
3514
+ dtype: float64
3515
+ - name: recall_at_10
3516
+ dtype: float64
3517
+ - name: recall_at_5
3518
+ dtype: float64
3519
+ - name: tn
3520
+ dtype: int64
3521
+ - name: tp
3522
+ dtype: int64
3523
+ - name: correct
3524
+ struct:
3525
+ - name: count
3526
+ dtype: int64
3527
+ - name: f1_score
3528
+ dtype: float64
3529
+ - name: fn
3530
+ dtype: int64
3531
+ - name: fp
3532
+ dtype: int64
3533
+ - name: precision
3534
+ dtype: float64
3535
+ - name: recall
3536
+ dtype: float64
3537
+ - name: recall_at_1
3538
+ dtype: float64
3539
+ - name: recall_at_10
3540
+ dtype: float64
3541
+ - name: recall_at_5
3542
+ dtype: float64
3543
+ - name: tn
3544
+ dtype: int64
3545
+ - name: tp
3546
+ dtype: int64
3547
+ - name: not_retrieved
3548
+ struct:
3549
+ - name: count
3550
+ dtype: int64
3551
+ - name: f1_score
3552
+ dtype: float64
3553
+ - name: fn
3554
+ dtype: int64
3555
+ - name: fp
3556
+ dtype: int64
3557
+ - name: precision
3558
+ dtype: float64
3559
+ - name: recall
3560
+ dtype: float64
3561
+ - name: recall_at_1
3562
+ dtype: float64
3563
+ - name: recall_at_10
3564
+ dtype: float64
3565
+ - name: recall_at_5
3566
+ dtype: float64
3567
+ - name: tn
3568
+ dtype: int64
3569
+ - name: tp
3570
+ dtype: int64
3571
+ - name: wrong_prediction
3572
+ struct:
3573
+ - name: count
3574
+ dtype: int64
3575
+ - name: f1_score
3576
+ dtype: float64
3577
+ - name: fn
3578
+ dtype: int64
3579
+ - name: fp
3580
+ dtype: int64
3581
+ - name: precision
3582
+ dtype: float64
3583
+ - name: recall
3584
+ dtype: float64
3585
+ - name: recall_at_1
3586
+ dtype: float64
3587
+ - name: recall_at_10
3588
+ dtype: float64
3589
+ - name: recall_at_5
3590
+ dtype: float64
3591
+ - name: tn
3592
+ dtype: int64
3593
+ - name: tp
3594
+ dtype: int64
3595
+ - name: accuracy_ci_lower
3596
+ dtype: float64
3597
+ - name: accuracy_ci_upper
3598
+ dtype: float64
3599
+ - name: precision_ci_lower
3600
+ dtype: float64
3601
+ - name: precision_ci_upper
3602
+ dtype: float64
3603
+ - name: recall_ci_lower
3604
+ dtype: float64
3605
+ - name: recall_ci_upper
3606
+ dtype: float64
3607
+ - name: avg_latency_ms
3608
+ dtype: float64
3609
+ - name: embedding_dim
3610
+ dtype: int64
3611
+ - name: index_build_time_s
3612
+ dtype: float64
3613
+ splits:
3614
+ - name: train
3615
+ num_bytes: 5852
3616
+ num_examples: 10
3617
+ download_size: 34846
3618
+ dataset_size: 5852
3619
  - config_name: full_traces
3620
  features:
3621
  - name: trace_id
 
3989
  data_files:
3990
  - split: train
3991
  path: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t080_traces/train-*
3992
+ - config_name: full_metrics
3993
+ data_files:
3994
+ - split: train
3995
+ path: full_metrics/train-*
3996
  - config_name: full_traces
3997
  data_files:
3998
  - split: train
full_metrics/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dc4d423ba3949f6479ce8b96f06ebf25a47a1354436a247febaaacec217ffa0
3
+ size 34846