Spaces:
Running
Running
Update src/about.py
Browse files- src/about.py +8 -8
src/about.py
CHANGED
@@ -174,17 +174,17 @@ benchmark_specific_metrics = {
|
|
174 |
|
175 |
color_dict = {
|
176 |
'INTERPRO2GO': 'orange', 'UNIRULE2GO': 'orange', 'ENSEMBL-ORTHOLOGY': 'orange',
|
177 |
-
'K-SEP': 'green', 'TAPE-BERT-PFAM': 'red', 'UNIREP': 'red', 'ProtT5': 'red',
|
178 |
'ProtBERT-BFD': 'red', 'HMMER': 'green', 'SEQVEC': 'red', 'ProtALBERT': 'red',
|
179 |
-
'BLAST': 'green', 'PFAM': 'green', 'ESM1B': 'red', 'ProtXLNET': 'red',
|
180 |
-
'APAAC': 'green', 'AAC': 'green', 'PROTVEC': 'blue', 'MUT2VEC': 'blue',
|
181 |
-
'LEARNED-VEC': 'blue', 'CPC-PROT': 'blue', 'GENE2VEC': 'blue',
|
182 |
'TCGA-EMBEDDING': 'blue', "ESM2-650m": 'red', "ESM3-small": 'orange', "SaProt-35m-af2": 'orange', "ProstT5": 'orange'
|
183 |
}
|
184 |
|
185 |
base_methods = [
|
186 |
-
'INTERPRO2GO', 'UNIRULE2GO', 'ENSEMBL-ORTHOLOGY', 'K-SEP', 'TAPE-BERT-PFAM',
|
187 |
-
'UNIREP', 'ProtT5', 'ProtBERT-BFD', 'HMMER', 'SEQVEC', 'ProtALBERT', 'BLAST', 'PFAM',
|
188 |
-
'ESM1B', 'ProtXLNET', 'APAAC', 'AAC', 'PROTVEC', 'MUT2VEC', 'LEARNED-VEC', 'CPC-PROT',
|
189 |
-
'GENE2VEC', 'TCGA-EMBEDDING', "ESM2-650m", "ESM3-small", "SaProt-35m-af2", "ProstT5"
|
190 |
]
|
|
|
174 |
|
175 |
color_dict = {
|
176 |
'INTERPRO2GO': 'orange', 'UNIRULE2GO': 'orange', 'ENSEMBL-ORTHOLOGY': 'orange',
|
177 |
+
'K-SEP': 'green', 'TAPE-BERT-PFAM^': 'red', 'UNIREP': 'red', 'ProtT5': 'red',
|
178 |
'ProtBERT-BFD': 'red', 'HMMER': 'green', 'SEQVEC': 'red', 'ProtALBERT': 'red',
|
179 |
+
'BLAST': 'green', 'PFAM^': 'green', 'ESM1B': 'red', 'ProtXLNET': 'red',
|
180 |
+
'APAAC': 'green', 'AAC': 'green', 'PROTVEC': 'blue', 'MUT2VEC^': 'blue',
|
181 |
+
'LEARNED-VEC': 'blue', 'CPC-PROT': 'blue', 'GENE2VEC^': 'blue',
|
182 |
'TCGA-EMBEDDING': 'blue', "ESM2-650m": 'red', "ESM3-small": 'orange', "SaProt-35m-af2": 'orange', "ProstT5": 'orange'
|
183 |
}
|
184 |
|
185 |
base_methods = [
|
186 |
+
'INTERPRO2GO', 'UNIRULE2GO', 'ENSEMBL-ORTHOLOGY', 'K-SEP', 'TAPE-BERT-PFAM^',
|
187 |
+
'UNIREP', 'ProtT5', 'ProtBERT-BFD', 'HMMER', 'SEQVEC', 'ProtALBERT', 'BLAST', 'PFAM^',
|
188 |
+
'ESM1B', 'ProtXLNET', 'APAAC', 'AAC', 'PROTVEC', 'MUT2VEC^', 'LEARNED-VEC', 'CPC-PROT',
|
189 |
+
'GENE2VEC^', 'TCGA-EMBEDDING', "ESM2-650m", "ESM3-small", "SaProt-35m-af2", "ProstT5"
|
190 |
]
|