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

Add arxiv paper link (arXiv:2605.21171)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -250,10 +250,10 @@ print(f"Evaluated {total} samples")
250
  ## 📝 Citation
251
 
252
  ```bibtex
253
- @inproceedings{rucinski2026ftervit,
254
  title={FTerViT: Fully Ternary Vision Transformer},
255
  author={Ruci{\'n}ski, Szymon and Bonazzi, Pietro and Turetken, Engin and Narduzzi, Simon and Magno, Michele and Maamari, Nadim},
256
- booktitle={NeurIPS},
257
  year={2026}
258
  }
259
  ```
 
250
  ## 📝 Citation
251
 
252
  ```bibtex
253
+ @article{rucinski2026ftervit,
254
  title={FTerViT: Fully Ternary Vision Transformer},
255
  author={Ruci{\'n}ski, Szymon and Bonazzi, Pietro and Turetken, Engin and Narduzzi, Simon and Magno, Michele and Maamari, Nadim},
256
+ journal={arXiv preprint arXiv:2605.21171},
257
  year={2026}
258
  }
259
  ```