YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

This is a specialized BPE tokenizer trained on human DNA sequences and has a vocabulary size of 4096.

Special Tokens

  • PAD: [PAD]
  • UNK: [UNK]
  • CLS: [CLS]
  • SEP: [SEP]
  • MASK: [MASK]

Usage

from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("leannmlindsey/hg38-bpe-v4096")

# Example usage
sequences = ["ATCGATCGATCG", "GCTAGCTAGCTA"]
encoded = tokenizer(sequences)

Training Information

This tokenizer was trained using the HuggingFace Tokenizers library with the BPE algorithm trained on the Hg38 Human Reference Genome.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using leannmlindsey/hg38-bpe-v4096 1

Collection including leannmlindsey/hg38-bpe-v4096