gheinrich commited on
Commit
d04d08f
1 Parent(s): 149b569

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -7,7 +7,9 @@ Mike Ranzinger, Greg Heinrich, Jan Kautz, Pavlo Molchanov
7
 
8
  [NVIDIA Research](https://www.nvidia.com/en-us/research/)
9
 
10
- \[[Paper](https://arxiv.org/abs/2312.06709)\]\[[BibTex](#citing-radio)\]\[[GitHub examples](https://github.com/NVlabs/RADIO)\]
 
 
11
  \[[Tech report on v2.5](https://github.com/NVlabs/RADIO/blob/main/RADIOv2.5_tech_report.md)\]
12
 
13
  ### HuggingFace Hub
@@ -64,4 +66,16 @@ If you find this repository useful, please consider giving a star and citation:
64
  year = {2024},
65
  pages = {12490-12500}
66
  }
67
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  [NVIDIA Research](https://www.nvidia.com/en-us/research/)
9
 
10
+ \[[AM-RADIO Paper](https://arxiv.org/abs/2312.06709)\]
11
+ \[[PHI-S Paper](https://arxiv.org/abs/2410.01680)\]
12
+ \[[BibTex](#citing-radio)\]\[[GitHub examples](https://github.com/NVlabs/RADIO)\]
13
  \[[Tech report on v2.5](https://github.com/NVlabs/RADIO/blob/main/RADIOv2.5_tech_report.md)\]
14
 
15
  ### HuggingFace Hub
 
66
  year = {2024},
67
  pages = {12490-12500}
68
  }
69
+ ```
70
+
71
+ ```
72
+ @misc{ranzinger2024phisdistributionbalancinglabelfree,
73
+ title={PHI-S: Distribution Balancing for Label-Free Multi-Teacher Distillation},
74
+ author={Mike Ranzinger and Jon Barker and Greg Heinrich and Pavlo Molchanov and Bryan Catanzaro and Andrew Tao},
75
+ year={2024},
76
+ eprint={2410.01680},
77
+ archivePrefix={arXiv},
78
+ primaryClass={cs.LG},
79
+ url={https://arxiv.org/abs/2410.01680},
80
+ }
81
+ ```