Spaces:
Sleeping
Sleeping
Update gen_table.py
Browse files- gen_table.py +2 -0
gen_table.py
CHANGED
@@ -53,6 +53,8 @@ def model_type_flag(line, FIELDS):
|
|
53 |
return True
|
54 |
if 'Proprietary' in FIELDS and line['OpenSource'] == 'No' and line['Verified'] == 'No':
|
55 |
return True
|
|
|
|
|
56 |
return False
|
57 |
|
58 |
def BUILD_L1_DF(results, fields):
|
|
|
53 |
return True
|
54 |
if 'Proprietary' in FIELDS and line['OpenSource'] == 'No' and line['Verified'] == 'No':
|
55 |
return True
|
56 |
+
if 'Commercial LLMs' in FIELDS and line['Commercial LLMs'] == 'Yes':
|
57 |
+
return True
|
58 |
return False
|
59 |
|
60 |
def BUILD_L1_DF(results, fields):
|