Skip to content

vaishnkv/toy-byteformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

toy-byteformer

A toy implementation for Byteformer

Motivation:

I came across a blog post from crowdstrike on they are leveraging do malicious file detection. Byte Back: Next-Generation Malware Classification Using Binary Transformers (https://www.crowdstrike.com/en-us/blog/byte-back-next-gen-malware-classification/?utm_source=chatgpt.com)

Results:

W B Chart 25_06_2025, 15_44_14

Observation:

  • if you notice the more earlier if we subsample (I mean strided convolution), the learning will be difficult. Even though the the time complexity got reduced to linear in the attention , it will take more time (more epochs) to reach the model convergence.

Reference:

About

A toy implementation of byteformer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages