andrewrreed HF staff commited on
Commit
557f1e5
1 Parent(s): 3f7c9ec

catch qwen max license spelling error

Browse files
Files changed (1) hide show
  1. utils.py +1 -3
utils.py CHANGED
@@ -29,9 +29,7 @@ CAT_NAME_TO_EXPLANATION = {
29
  "Exclude Refusal": 'Exclude model responses with refusal (e.g., "I cannot answer")',
30
  }
31
 
32
- PROPRIETARY_LICENSES = [
33
- "Proprietary",
34
- ]
35
 
36
 
37
  def download_latest_data_from_space(
 
29
  "Exclude Refusal": 'Exclude model responses with refusal (e.g., "I cannot answer")',
30
  }
31
 
32
+ PROPRIETARY_LICENSES = ["Proprietary", "Proprietory"]
 
 
33
 
34
 
35
  def download_latest_data_from_space(