aduncan94 commited on
Commit
c24ea06
·
verified ·
1 Parent(s): 81a540e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizers.py +0 -1
tokenizers.py CHANGED
@@ -3,7 +3,6 @@ from typing import List, Optional, Union
3
  import os
4
 
5
  MSA_PAD = "!"
6
- #UL_ALPHABET_PLUS = "GATCN-*#@!/[]{}"
7
  UL_ALPHABET_PLUS = 'GATCN-!*/@[]{}'
8
  MSA_AAS = "GATCN-"
9
  GAP = "-"
 
3
  import os
4
 
5
  MSA_PAD = "!"
 
6
  UL_ALPHABET_PLUS = 'GATCN-!*/@[]{}'
7
  MSA_AAS = "GATCN-"
8
  GAP = "-"