Image Classification
vision
ternary
quantization
vit
szymonrucinski commited on
Commit
c86ca64
·
verified ·
1 Parent(s): 2576dac

Fix arxiv badge (2605.21171) and add demo badge

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,10 +14,11 @@ datasets:
14
 
15
  # FTerViT: Fully Ternary Vision Transformer
16
 
17
- [![arXiv](https://img.shields.io/badge/arXiv-XXXX.XXXXX-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/abs/XXXX.XXXXX)
18
  [![GitHub](https://img.shields.io/badge/GitHub-FTerViT-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/szymonrucinski/FTerViT)
19
  [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-FTerViT-FFD21E?style=for-the-badge)](https://huggingface.co/szymonrucinski/FTerViT)
20
  [![NeurIPS](https://img.shields.io/badge/NeurIPS-2026-purple?style=for-the-badge)](https://neurips.cc/)
 
21
 
22
  Pretrained checkpoints for **FTerViT** — the first fully ternary Vision Transformer where *all* weight matrices and normalization parameters are constrained to {-1, 0, +1}.
23
 
 
14
 
15
  # FTerViT: Fully Ternary Vision Transformer
16
 
17
+ [![arXiv](https://img.shields.io/badge/arXiv-2605.21171-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/abs/2605.21171)
18
  [![GitHub](https://img.shields.io/badge/GitHub-FTerViT-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/szymonrucinski/FTerViT)
19
  [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-FTerViT-FFD21E?style=for-the-badge)](https://huggingface.co/szymonrucinski/FTerViT)
20
  [![NeurIPS](https://img.shields.io/badge/NeurIPS-2026-purple?style=for-the-badge)](https://neurips.cc/)
21
+ [![Demo](https://img.shields.io/badge/%F0%9F%A4%97%20Demo-Live-orange?style=for-the-badge)](https://huggingface.co/spaces/szymonrucinski/FTerViT-demo)
22
 
23
  Pretrained checkpoints for **FTerViT** — the first fully ternary Vision Transformer where *all* weight matrices and normalization parameters are constrained to {-1, 0, +1}.
24