Clémentine commited on
Commit
00d1fde
1 Parent(s): f9afc45

updated range

Browse files
backend/app/config/hf_config.py CHANGED
@@ -13,7 +13,6 @@ logger = logging.getLogger(__name__)
13
 
14
  # Organization or user who owns the datasets
15
  HF_ORGANIZATION = "open-llm-leaderboard"
16
- # HF_ORGANIZATION = "open-llm-leaderboard"
17
 
18
  # Get HF token directly from environment
19
  HF_TOKEN = os.environ.get("HF_TOKEN")
 
13
 
14
  # Organization or user who owns the datasets
15
  HF_ORGANIZATION = "open-llm-leaderboard"
 
16
 
17
  # Get HF token directly from environment
18
  HF_TOKEN = os.environ.get("HF_TOKEN")
frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/quickFilters.js CHANGED
@@ -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. Require adapted infrastructure.',
37
  filters: {
38
- paramsRange: [65, 140],
39
  selectedBooleanFilters: []
40
  }
41
  },
 
35
  shortDescription: 'Large models: 65B+ parameters',
36
  description: 'Large-scale models offering (in theory) the best performance but requiring significant resources. Require adapted infrastructure.',
37
  filters: {
38
+ paramsRange: [65, 141],
39
  selectedBooleanFilters: []
40
  }
41
  },