DNABERT icon indicating copy to clipboard operation
DNABERT copied to clipboard

DNATokenizer

Open ChengkuiZhao opened this issue 2 years ago • 5 comments

Hello, I just want to import the DNATokenizer from the transformers, but there is wrong with 'ImportError: cannot import name 'DNATokenizer'', can you help me to solve this? Google doesn't tell me anything about it...

ChengkuiZhao avatar May 17 '22 04:05 ChengkuiZhao

Transformer version 2.5.0 works for me

WENHUAN22 avatar Jul 07 '22 12:07 WENHUAN22

use BertTokenizer directly is also okay, I find it can work.

BinchaoPeng avatar Jul 27 '22 02:07 BinchaoPeng

Hello, I just want to import the DNATokenizer from the transformers, but there is wrong with 'ImportError: cannot import name 'DNATokenizer'', can you help me to solve this? Google doesn't tell me anything about it...

Did you download "git clone https://github.com/jerryji1993/DNABERT " properly in dnabert environment??

Eden0923 avatar Nov 24 '23 07:11 Eden0923