Spaces:
Sleeping
Sleeping
Update src/about.py
Browse files- src/about.py +4 -3
src/about.py
CHANGED
@@ -107,14 +107,15 @@ benchmark_specific_metrics = {
|
|
107 |
|
108 |
display_labels = [
|
109 |
'BLAST', 'HMMER', 'K-SEP', 'APAAC', 'PFAM', 'AAC', 'PROTVEC',
|
110 |
-
'GENE2VEC', 'LEARNED-VEC', 'MUT2VEC', 'TCGA-EMBEDDING', '
|
111 |
-
'SEQVEC', '
|
|
|
112 |
]
|
113 |
|
114 |
group_colors = [
|
115 |
'green', 'green', 'green', 'green', 'green', 'green', 'blue',
|
116 |
'blue', 'blue', 'blue', 'blue', 'blue', 'red', 'red',
|
117 |
-
'red', 'red', 'red', 'red', 'red', 'red'
|
118 |
]
|
119 |
|
120 |
# Create a color dictionary from the labels and colors
|
|
|
107 |
|
108 |
display_labels = [
|
109 |
'BLAST', 'HMMER', 'K-SEP', 'APAAC', 'PFAM', 'AAC', 'PROTVEC',
|
110 |
+
'GENE2VEC', 'LEARNED-VEC', 'MUT2VEC', 'TCGA-EMBEDDING', 'CPCPROT',
|
111 |
+
'SEQVEC', 'ProtBERT-BFD', 'TAPE-BERT-PFAM', 'ESM-1b', 'ProtALBERT', 'ProtXLNet', 'UNIREP', 'ProtT5-XL',
|
112 |
+
'MSA-Transformer'
|
113 |
]
|
114 |
|
115 |
group_colors = [
|
116 |
'green', 'green', 'green', 'green', 'green', 'green', 'blue',
|
117 |
'blue', 'blue', 'blue', 'blue', 'blue', 'red', 'red',
|
118 |
+
'red', 'red', 'red', 'red', 'red', 'red', 'red'
|
119 |
]
|
120 |
|
121 |
# Create a color dictionary from the labels and colors
|