fenglinliu commited on
Commit
437e5ce
·
verified ·
1 Parent(s): 090ba31

Update gen_table.py

Browse files
Files changed (1) hide show
  1. gen_table.py +1 -1
gen_table.py CHANGED
@@ -21,7 +21,7 @@ def nth_large(val, vals):
21
 
22
 
23
  def model_size_flag(sz, FIELDS):
24
- if pd.isna(sz) and 'Commercial LLMs and SOTAs' in FIELDS:
25
  return True
26
  if pd.isna(sz):
27
  return False
 
21
 
22
 
23
  def model_size_flag(sz, FIELDS):
24
+ if pd.isna(sz) and 'Unknown' in FIELDS:
25
  return True
26
  if pd.isna(sz):
27
  return False