I noticed that Utonia uses different model sizes compared to Concerto. Why is there this change?
https://huggingface.co/Pointcept/Utonia
| Model Size |
Channels |
Depths |
Head nums |
| Utonia |
(54, 108, 216, 432, 576) |
(3, 3, 3, 12, 3) |
(3, 6, 12, 24, 32) |
https://huggingface.co/Pointcept/Concerto
| Model Size |
Channels |
Depths |
Head nums |
| Tiny |
(16, 32, 64, 128, 256) |
(1, 1, 1, 3, 1) |
(1, 2, 4, 8, 16) |
| Small |
(32, 64, 128, 256, 512) |
(2, 2, 2, 6, 2) |
(2, 4, 8, 16, 32) |
| Base |
(48, 96, 192, 384, 512) |
(3, 3, 3, 12, 3) |
(3, 6, 12, 24, 32) |
| Large |
(64, 128, 256, 512, 768) |
(3, 3, 3, 12, 3) |
(4, 8, 16, 32, 48) |
Additionally, will smaller Utonia models be released in the future, such as small and tiny versions?
I noticed that Utonia uses different model sizes compared to Concerto. Why is there this change?
https://huggingface.co/Pointcept/Utonia
https://huggingface.co/Pointcept/Concerto
Additionally, will smaller Utonia models be released in the future, such as small and tiny versions?