mynotwo / A-Fast-Transformer-based-General-Purpose-LosslessCompressor

This repository contains the source code and dataset link mentioned in WWW 2022 accepted paper "TRACE:A Fast Transformer-based General-Purpose LosslessCompressor".
24 stars 4 forks source link

questions about the compression ratio #4

Open BitCalSaul opened 1 month ago

BitCalSaul commented 1 month ago

Hi, thanks for your work, which is interesting. I have a question for the figure below: did you consider the model size when calculating the compression ratio since Transformer model is quite big.

image
BitCalSaul commented 1 month ago

If an user wants to use this method, would he download compressed files by Transformer or the whole Transformer model?

mynotwo commented 2 weeks ago

BitCalSaul

Hi. There's no need to transfer the model, since our transformer at the beginning is random initialized.