Clémentine commited on
Commit
42406f0
·
1 Parent(s): 9beb346
frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/quickFilters.js CHANGED
@@ -25,7 +25,7 @@ export const QUICK_FILTER_PRESETS = [
25
  shortDescription: 'Medium-sized models: 7B-65B parameters',
26
  description: 'Overall balance between performance and required resources.',
27
  filters: {
28
- paramsRange: [7, 70],
29
  selectedBooleanFilters: []
30
  }
31
  },
@@ -35,7 +35,7 @@ export const QUICK_FILTER_PRESETS = [
35
  shortDescription: 'Large models: 65B+ parameters',
36
  description: 'Large-scale models offering (in theory) the best performance but requiring significant resources. Requires adapted infrastructure.',
37
  filters: {
38
- paramsRange: [85, 140],
39
  selectedBooleanFilters: []
40
  }
41
  },
 
25
  shortDescription: 'Medium-sized models: 7B-65B parameters',
26
  description: 'Overall balance between performance and required resources.',
27
  filters: {
28
+ paramsRange: [7, 65],
29
  selectedBooleanFilters: []
30
  }
31
  },
 
35
  shortDescription: 'Large models: 65B+ parameters',
36
  description: 'Large-scale models offering (in theory) the best performance but requiring significant resources. Requires adapted infrastructure.',
37
  filters: {
38
+ paramsRange: [65, 140],
39
  selectedBooleanFilters: []
40
  }
41
  },