honeybee icon indicating copy to clipboard operation
honeybee copied to clipboard

Official implementation of project Honeybee (CVPR 2024)

Results 3 honeybee issues
Sort by recently updated
recently updated
newest added

It should at least CAbstracter + Resampler to make resampler work, not + MLP ![image](https://github.com/kakaobrain/honeybee/assets/21303438/7489cff4-cf19-4764-901d-afc3c3483957)

[sentencepiece](https://github.com/google/sentencepiece) is needed when `from pipeline.interface import get_model; model, tokenizer, processor = get_model(ckpt_path, use_bf16=True)`. I added `sentencepiece` to pip requirements for LlamaTokenizer.

Hi, I am new in this field and I am very interested in your excellent research. In your paper, you mentioned > _To compare the effect of template diversity on...