adambuttrick commited on
Commit
11ccbae
·
verified ·
1 Parent(s): 31595f5

Upload dataset

Browse files
README.md CHANGED
@@ -1958,6 +1958,164 @@ dataset_info:
1958
  num_examples: 2506
1959
  download_size: 1235070
1960
  dataset_size: 3749253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1961
  - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t080_traces
1962
  features:
1963
  - name: trace_id
@@ -2275,6 +2433,10 @@ configs:
2275
  data_files:
2276
  - split: train
2277
  path: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t070_traces/train-*
 
 
 
 
2278
  - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t080_traces
2279
  data_files:
2280
  - split: train
 
1958
  num_examples: 2506
1959
  download_size: 1235070
1960
  dataset_size: 3749253
1961
+ - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t080_metrics
1962
+ features:
1963
+ - name: model_id
1964
+ dtype: string
1965
+ - name: use_reranker
1966
+ dtype: bool
1967
+ - name: final_threshold
1968
+ dtype: float64
1969
+ - name: precision
1970
+ dtype: float64
1971
+ - name: recall
1972
+ dtype: float64
1973
+ - name: f1_score
1974
+ dtype: float64
1975
+ - name: tp
1976
+ dtype: int64
1977
+ - name: fp
1978
+ dtype: int64
1979
+ - name: fn
1980
+ dtype: int64
1981
+ - name: tn
1982
+ dtype: int64
1983
+ - name: accuracy
1984
+ dtype: float64
1985
+ - name: correct
1986
+ dtype: int64
1987
+ - name: total
1988
+ dtype: int64
1989
+ - name: recall_at_1
1990
+ dtype: float64
1991
+ - name: recall_at_5
1992
+ dtype: float64
1993
+ - name: recall_at_10
1994
+ dtype: float64
1995
+ - name: mrr
1996
+ dtype: float64
1997
+ - name: by_outcome
1998
+ struct:
1999
+ - name: below_threshold
2000
+ struct:
2001
+ - name: count
2002
+ dtype: int64
2003
+ - name: f1_score
2004
+ dtype: float64
2005
+ - name: fn
2006
+ dtype: int64
2007
+ - name: fp
2008
+ dtype: int64
2009
+ - name: precision
2010
+ dtype: float64
2011
+ - name: recall
2012
+ dtype: float64
2013
+ - name: recall_at_1
2014
+ dtype: float64
2015
+ - name: recall_at_10
2016
+ dtype: float64
2017
+ - name: recall_at_5
2018
+ dtype: float64
2019
+ - name: tn
2020
+ dtype: int64
2021
+ - name: tp
2022
+ dtype: int64
2023
+ - name: correct
2024
+ struct:
2025
+ - name: count
2026
+ dtype: int64
2027
+ - name: f1_score
2028
+ dtype: float64
2029
+ - name: fn
2030
+ dtype: int64
2031
+ - name: fp
2032
+ dtype: int64
2033
+ - name: precision
2034
+ dtype: float64
2035
+ - name: recall
2036
+ dtype: float64
2037
+ - name: recall_at_1
2038
+ dtype: float64
2039
+ - name: recall_at_10
2040
+ dtype: float64
2041
+ - name: recall_at_5
2042
+ dtype: float64
2043
+ - name: tn
2044
+ dtype: int64
2045
+ - name: tp
2046
+ dtype: int64
2047
+ - name: not_retrieved
2048
+ struct:
2049
+ - name: count
2050
+ dtype: int64
2051
+ - name: f1_score
2052
+ dtype: float64
2053
+ - name: fn
2054
+ dtype: int64
2055
+ - name: fp
2056
+ dtype: int64
2057
+ - name: precision
2058
+ dtype: float64
2059
+ - name: recall
2060
+ dtype: float64
2061
+ - name: recall_at_1
2062
+ dtype: float64
2063
+ - name: recall_at_10
2064
+ dtype: float64
2065
+ - name: recall_at_5
2066
+ dtype: float64
2067
+ - name: tn
2068
+ dtype: int64
2069
+ - name: tp
2070
+ dtype: int64
2071
+ - name: wrong_prediction
2072
+ struct:
2073
+ - name: count
2074
+ dtype: int64
2075
+ - name: f1_score
2076
+ dtype: float64
2077
+ - name: fn
2078
+ dtype: int64
2079
+ - name: fp
2080
+ dtype: int64
2081
+ - name: precision
2082
+ dtype: float64
2083
+ - name: recall
2084
+ dtype: float64
2085
+ - name: recall_at_1
2086
+ dtype: float64
2087
+ - name: recall_at_10
2088
+ dtype: float64
2089
+ - name: recall_at_5
2090
+ dtype: float64
2091
+ - name: tn
2092
+ dtype: int64
2093
+ - name: tp
2094
+ dtype: int64
2095
+ - name: accuracy_ci_lower
2096
+ dtype: float64
2097
+ - name: accuracy_ci_upper
2098
+ dtype: float64
2099
+ - name: precision_ci_lower
2100
+ dtype: float64
2101
+ - name: precision_ci_upper
2102
+ dtype: float64
2103
+ - name: recall_ci_lower
2104
+ dtype: float64
2105
+ - name: recall_ci_upper
2106
+ dtype: float64
2107
+ - name: avg_latency_ms
2108
+ dtype: float64
2109
+ - name: embedding_dim
2110
+ dtype: int64
2111
+ - name: index_build_time_s
2112
+ dtype: float64
2113
+ splits:
2114
+ - name: train
2115
+ num_bytes: 588
2116
+ num_examples: 1
2117
+ download_size: 31892
2118
+ dataset_size: 588
2119
  - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t080_traces
2120
  features:
2121
  - name: trace_id
 
2433
  data_files:
2434
  - split: train
2435
  path: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t070_traces/train-*
2436
+ - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t080_metrics
2437
+ data_files:
2438
+ - split: train
2439
+ path: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t080_metrics/train-*
2440
  - config_name: checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t080_traces
2441
  data_files:
2442
  - split: train
checkpoint_20260106_060333_Snowflake_snowflake_arctic_embed_l_v2_0_reranker_t080_metrics/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbbe6f6e6af27f86b8cd40ce3c8fc24c85cdc7b015350af6c1623c50610f58ce
3
+ size 31892