Giter Club home page Giter Club logo

Comments (4)

exnx avatar exnx commented on September 16, 2024

Not sure what you mean DNA tokenization as a task. We just treat every character as a token (ie the smallest unit of data fed into the model) here, so there's nothing to learn.

from hyena-dna.

zhguo9 avatar zhguo9 commented on September 16, 2024

Not sure what you mean DNA tokenization as a task. We just treat every character as a token (ie the smallest unit of data fed into the model) here, so there's nothing to learn.

Sorry for my unclear expression!

“DNA tokenization” means segment DNA sequence into some words . For example , in English , we segment "howareyou" into "how"、 “are" 、 ”you" . In terms of DNA , we segment "AGCTAGCT" into "AGC" 、"TAGCT", 2 wrods .

I want to break long DNA sequence into meaningful words , in order to find the secrect of non-coding regions of DNA.

i already know what you mean for "treat every character as a token". But i am still not sure whether your model can fit this specific task?

from hyena-dna.

exnx avatar exnx commented on September 16, 2024

People usually use byte pair encoding tokenizers to learn meaningful aggregating of characters (in natural language). It's based on frequency of the subwords though, not semantics.

I don't know how you would do that here. I'm guessing there are DNA motif finding algorithms, but I wouldn't know where to begin, sorry.

from hyena-dna.

zhguo9 avatar zhguo9 commented on September 16, 2024

People usually use byte pair encoding tokenizers to learn meaningful aggregating of characters (in natural language). It's based on frequency of the subwords though, not semantics.

I don't know how you would do that here. I'm guessing there are DNA motif finding algorithms, but I wouldn't know where to begin, sorry.

ok,thanks for your time and patient again! I will explore more about this repo and other methods.

thanks again!

from hyena-dna.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.