adambuttrick commited on
Commit
1726430
·
verified ·
1 Parent(s): 4ccb5b1

Upload dataset

Browse files
README.md CHANGED
@@ -1526,6 +1526,164 @@ dataset_info:
1526
  num_examples: 2506
1527
  download_size: 1239505
1528
  dataset_size: 3762499
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1529
  - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t060_traces
1530
  features:
1531
  - name: trace_id
@@ -1827,6 +1985,10 @@ configs:
1827
  data_files:
1828
  - split: train
1829
  path: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t050_traces/train-*
 
 
 
 
1830
  - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t060_traces
1831
  data_files:
1832
  - split: train
 
1526
  num_examples: 2506
1527
  download_size: 1239505
1528
  dataset_size: 3762499
1529
+ - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t060_metrics
1530
+ features:
1531
+ - name: model_id
1532
+ dtype: string
1533
+ - name: use_reranker
1534
+ dtype: bool
1535
+ - name: final_threshold
1536
+ dtype: float64
1537
+ - name: precision
1538
+ dtype: float64
1539
+ - name: recall
1540
+ dtype: float64
1541
+ - name: f1_score
1542
+ dtype: float64
1543
+ - name: tp
1544
+ dtype: int64
1545
+ - name: fp
1546
+ dtype: int64
1547
+ - name: fn
1548
+ dtype: int64
1549
+ - name: tn
1550
+ dtype: int64
1551
+ - name: accuracy
1552
+ dtype: float64
1553
+ - name: correct
1554
+ dtype: int64
1555
+ - name: total
1556
+ dtype: int64
1557
+ - name: recall_at_1
1558
+ dtype: float64
1559
+ - name: recall_at_5
1560
+ dtype: float64
1561
+ - name: recall_at_10
1562
+ dtype: float64
1563
+ - name: mrr
1564
+ dtype: float64
1565
+ - name: by_outcome
1566
+ struct:
1567
+ - name: below_threshold
1568
+ struct:
1569
+ - name: count
1570
+ dtype: int64
1571
+ - name: f1_score
1572
+ dtype: float64
1573
+ - name: fn
1574
+ dtype: int64
1575
+ - name: fp
1576
+ dtype: int64
1577
+ - name: precision
1578
+ dtype: float64
1579
+ - name: recall
1580
+ dtype: float64
1581
+ - name: recall_at_1
1582
+ dtype: float64
1583
+ - name: recall_at_10
1584
+ dtype: float64
1585
+ - name: recall_at_5
1586
+ dtype: float64
1587
+ - name: tn
1588
+ dtype: int64
1589
+ - name: tp
1590
+ dtype: int64
1591
+ - name: correct
1592
+ struct:
1593
+ - name: count
1594
+ dtype: int64
1595
+ - name: f1_score
1596
+ dtype: float64
1597
+ - name: fn
1598
+ dtype: int64
1599
+ - name: fp
1600
+ dtype: int64
1601
+ - name: precision
1602
+ dtype: float64
1603
+ - name: recall
1604
+ dtype: float64
1605
+ - name: recall_at_1
1606
+ dtype: float64
1607
+ - name: recall_at_10
1608
+ dtype: float64
1609
+ - name: recall_at_5
1610
+ dtype: float64
1611
+ - name: tn
1612
+ dtype: int64
1613
+ - name: tp
1614
+ dtype: int64
1615
+ - name: not_retrieved
1616
+ struct:
1617
+ - name: count
1618
+ dtype: int64
1619
+ - name: f1_score
1620
+ dtype: float64
1621
+ - name: fn
1622
+ dtype: int64
1623
+ - name: fp
1624
+ dtype: int64
1625
+ - name: precision
1626
+ dtype: float64
1627
+ - name: recall
1628
+ dtype: float64
1629
+ - name: recall_at_1
1630
+ dtype: float64
1631
+ - name: recall_at_10
1632
+ dtype: float64
1633
+ - name: recall_at_5
1634
+ dtype: float64
1635
+ - name: tn
1636
+ dtype: int64
1637
+ - name: tp
1638
+ dtype: int64
1639
+ - name: wrong_prediction
1640
+ struct:
1641
+ - name: count
1642
+ dtype: int64
1643
+ - name: f1_score
1644
+ dtype: float64
1645
+ - name: fn
1646
+ dtype: int64
1647
+ - name: fp
1648
+ dtype: int64
1649
+ - name: precision
1650
+ dtype: float64
1651
+ - name: recall
1652
+ dtype: float64
1653
+ - name: recall_at_1
1654
+ dtype: float64
1655
+ - name: recall_at_10
1656
+ dtype: float64
1657
+ - name: recall_at_5
1658
+ dtype: float64
1659
+ - name: tn
1660
+ dtype: int64
1661
+ - name: tp
1662
+ dtype: int64
1663
+ - name: accuracy_ci_lower
1664
+ dtype: float64
1665
+ - name: accuracy_ci_upper
1666
+ dtype: float64
1667
+ - name: precision_ci_lower
1668
+ dtype: float64
1669
+ - name: precision_ci_upper
1670
+ dtype: float64
1671
+ - name: recall_ci_lower
1672
+ dtype: float64
1673
+ - name: recall_ci_upper
1674
+ dtype: float64
1675
+ - name: avg_latency_ms
1676
+ dtype: float64
1677
+ - name: embedding_dim
1678
+ dtype: int64
1679
+ - name: index_build_time_s
1680
+ dtype: float64
1681
+ splits:
1682
+ - name: train
1683
+ num_bytes: 588
1684
+ num_examples: 1
1685
+ download_size: 31892
1686
+ dataset_size: 588
1687
  - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t060_traces
1688
  features:
1689
  - name: trace_id
 
1985
  data_files:
1986
  - split: train
1987
  path: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t050_traces/train-*
1988
+ - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t060_metrics
1989
+ data_files:
1990
+ - split: train
1991
+ path: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t060_metrics/train-*
1992
  - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t060_traces
1993
  data_files:
1994
  - split: train
checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t060_metrics/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9f738c31286aebf560dffeff1371fdb93b77052018fdab89be98e9c28670aa
3
+ size 31892