mgyigit commited on
Commit
35569af
1 Parent(s): 78e5e35

Update src/about.py

Browse files
Files changed (1) hide show
  1. 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', 'CPC-PROT',
111
- 'SEQVEC', 'BERT-BFD', 'BERT-PFAM', 'ESM-1b', 'ProtALBERT', 'ProtXLNet', 'UNIREP', 'ProtT5-XL'
 
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