Clémentine commited on
Commit
7c5b7bd
1 Parent(s): a146f0f
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -14
  2. README.md +11 -20
  3. assets/images/ifeval_score_per_model_type.png +0 -0
  4. assets/images/math_fn_gsm8k.png +0 -0
  5. assets/images/math_score_per_model_type.png +0 -0
  6. assets/images/normalized_vs_raw_scores.png +0 -0
  7. assets/images/ranking_top10_bottom10.png +0 -0
  8. assets/images/task_vs_mean.png +0 -0
  9. assets/images/timewise_analysis_full.png +0 -0
  10. assets/images/timewise_analysis_light.png +0 -0
  11. assets/images/v2_correlation_heatmap.png +0 -0
  12. assets/images/v2_fn_of_mmlu.png +0 -0
  13. dist/assets/images/ifeval_score_per_model_type.png +0 -0
  14. dist/assets/images/math_fn_gsm8k.png +0 -0
  15. dist/assets/images/math_score_per_model_type.png +0 -0
  16. dist/assets/images/normalized_vs_raw_scores.png +0 -0
  17. dist/assets/images/ranking_top10_bottom10.png +0 -0
  18. dist/assets/images/task_vs_mean.png +0 -0
  19. dist/assets/images/timewise_analysis_full.png +0 -0
  20. dist/assets/images/timewise_analysis_light.png +0 -0
  21. dist/assets/images/v2_correlation_heatmap.png +0 -0
  22. dist/assets/images/v2_fn_of_mmlu.png +0 -0
  23. dist/bibliography.bib +334 -0
  24. dist/distill.bundle.js +0 -0
  25. dist/distill.bundle.js.map +0 -0
  26. dist/index.html +166 -0
  27. dist/main.bundle.js +2 -0
  28. dist/main.bundle.js.map +1 -0
  29. dist/style.css +259 -0
  30. index.html +0 -435
  31. node_modules/.bin/acorn +1 -0
  32. node_modules/.bin/ansi-html +1 -0
  33. node_modules/.bin/browserslist +1 -0
  34. node_modules/.bin/cssesc +1 -0
  35. node_modules/.bin/envinfo +1 -0
  36. node_modules/.bin/flat +1 -0
  37. node_modules/.bin/glob +1 -0
  38. node_modules/.bin/he +1 -0
  39. node_modules/.bin/html-minifier-terser +1 -0
  40. node_modules/.bin/import-local-fixture +1 -0
  41. node_modules/.bin/is-docker +1 -0
  42. node_modules/.bin/is-inside-container +1 -0
  43. node_modules/.bin/jsesc +1 -0
  44. node_modules/.bin/json5 +1 -0
  45. node_modules/.bin/mime +1 -0
  46. node_modules/.bin/multicast-dns +1 -0
  47. node_modules/.bin/nanoid +1 -0
  48. node_modules/.bin/opener +1 -0
  49. node_modules/.bin/parser +1 -0
  50. node_modules/.bin/regjsparser +1 -0
.gitattributes CHANGED
@@ -32,17 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.xz filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
- *tfevents* filter=lfs diff=lfs merge=lfs -text
36
- static/images/steve.webm filter=lfs diff=lfs merge=lfs -text
37
- static/videos/blueshirt.mp4 filter=lfs diff=lfs merge=lfs -text
38
- static/videos/chair-tp.mp4 filter=lfs diff=lfs merge=lfs -text
39
- static/videos/coffee.mp4 filter=lfs diff=lfs merge=lfs -text
40
- static/videos/dollyzoom-depth.mp4 filter=lfs diff=lfs merge=lfs -text
41
- static/videos/dollyzoom.mp4 filter=lfs diff=lfs merge=lfs -text
42
- static/videos/mask.mp4 filter=lfs diff=lfs merge=lfs -text
43
- static/videos/matting.mp4 filter=lfs diff=lfs merge=lfs -text
44
- static/videos/replay.mp4 filter=lfs diff=lfs merge=lfs -text
45
- static/videos/shiba.mp4 filter=lfs diff=lfs merge=lfs -text
46
- static/videos/steve.mp4 filter=lfs diff=lfs merge=lfs -text
47
- static/videos/teaser.mp4 filter=lfs diff=lfs merge=lfs -text
48
- static/videos/toby.mp4 filter=lfs diff=lfs merge=lfs -text
 
32
  *.xz filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -1,25 +1,16 @@
1
  ---
2
- title: Blog
3
- emoji: 🧠
4
- colorFrom: yellow
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
 
8
  ---
9
 
10
- # Nerfies
11
-
12
- This is the repository that contains source code for the [Nerfies website](https://nerfies.github.io).
13
-
14
- If you find Nerfies useful for your work please cite:
15
- ```
16
- @article{park2021nerfies
17
- author = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
18
- title = {Nerfies: Deformable Neural Radiance Fields},
19
- journal = {ICCV},
20
- year = {2021},
21
- }
22
- ```
23
-
24
- # Website License
25
- <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
 
1
  ---
2
+ title: 'Open LLM Leaderboard v2: '
3
+ emoji: 🍷
4
+ colorFrom: pink
5
+ colorTo: red
6
  sdk: static
7
  pinned: false
8
+ header: mini
9
+ app_file: dist/index.html
10
+ #thumbnail: https://huggingface.co/spaces/open-llm-leaderboard/blogpost-v2/resolve/main/screenshot.jpeg
11
  ---
12
 
13
+ - `npm install`
14
+ - `npm run dev`
15
+ - change in src, then `npm run build`
16
+ - commit dist
 
 
 
 
 
 
 
 
 
 
 
 
assets/images/ifeval_score_per_model_type.png ADDED
assets/images/math_fn_gsm8k.png ADDED
assets/images/math_score_per_model_type.png ADDED
assets/images/normalized_vs_raw_scores.png ADDED
assets/images/ranking_top10_bottom10.png ADDED
assets/images/task_vs_mean.png ADDED
assets/images/timewise_analysis_full.png ADDED
assets/images/timewise_analysis_light.png ADDED
assets/images/v2_correlation_heatmap.png ADDED
assets/images/v2_fn_of_mmlu.png ADDED
dist/assets/images/ifeval_score_per_model_type.png ADDED
dist/assets/images/math_fn_gsm8k.png ADDED
dist/assets/images/math_score_per_model_type.png ADDED
dist/assets/images/normalized_vs_raw_scores.png ADDED
dist/assets/images/ranking_top10_bottom10.png ADDED
dist/assets/images/task_vs_mean.png ADDED
dist/assets/images/timewise_analysis_full.png ADDED
dist/assets/images/timewise_analysis_light.png ADDED
dist/assets/images/v2_correlation_heatmap.png ADDED
dist/assets/images/v2_fn_of_mmlu.png ADDED
dist/bibliography.bib ADDED
@@ -0,0 +1,334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @article{radford2019language,
2
+ title={Language Models are Unsupervised Multitask Learners},
3
+ author={Radford, Alec and Wu, Jeff and Child, Rewon and Luan, David and Amodei, Dario and Sutskever, Ilya},
4
+ year={2019}
5
+ }
6
+ @inproceedings{barbaresi-2021-trafilatura,
7
+ title = {Trafilatura: A Web Scraping Library and Command-Line Tool for Text Discovery and Extraction},
8
+ author = "Barbaresi, Adrien",
9
+ booktitle = "Proceedings of the Joint Conference of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations",
10
+ pages = "122--131",
11
+ publisher = "Association for Computational Linguistics",
12
+ url = "https://aclanthology.org/2021.acl-demo.15",
13
+ year = 2021,
14
+ }
15
+ @misc{penedo2023refinedweb,
16
+ title={The RefinedWeb Dataset for Falcon LLM: Outperforming Curated Corpora with Web Data, and Web Data Only},
17
+ author={Guilherme Penedo and Quentin Malartic and Daniel Hesslow and Ruxandra Cojocaru and Alessandro Cappelli and Hamza Alobeidli and Baptiste Pannier and Ebtesam Almazrouei and Julien Launay},
18
+ year={2023},
19
+ eprint={2306.01116},
20
+ archivePrefix={arXiv},
21
+ primaryClass={cs.CL}
22
+ }
23
+ @article{joulin2016fasttext,
24
+ title={FastText.zip: Compressing text classification models},
25
+ author={Joulin, Armand and Grave, Edouard and Bojanowski, Piotr and Douze, Matthijs and J{\'e}gou, H{\'e}rve and Mikolov, Tomas},
26
+ journal={arXiv preprint arXiv:1612.03651},
27
+ year={2016}
28
+ }
29
+ @article{joulin2016bag,
30
+ title={Bag of Tricks for Efficient Text Classification},
31
+ author={Joulin, Armand and Grave, Edouard and Bojanowski, Piotr and Mikolov, Tomas},
32
+ journal={arXiv preprint arXiv:1607.01759},
33
+ year={2016}
34
+ }
35
+ @misc{penedo2024datatrove,
36
+ author = {Penedo, Guilherme and Kydlíček, Hynek and Cappelli, Alessandro and Sasko, Mario and Wolf, Thomas},
37
+ title = {DataTrove: large scale data processing},
38
+ year = {2024},
39
+ publisher = {GitHub},
40
+ journal = {GitHub repository},
41
+ url = {https://github.com/huggingface/datatrove}
42
+ }
43
+ @misc{chiang2024chatbot,
44
+ title={Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference},
45
+ author={Wei-Lin Chiang and Lianmin Zheng and Ying Sheng and Anastasios Nikolas Angelopoulos and Tianle Li and Dacheng Li and Hao Zhang and Banghua Zhu and Michael Jordan and Joseph E. Gonzalez and Ion Stoica},
46
+ year={2024},
47
+ eprint={2403.04132},
48
+ archivePrefix={arXiv},
49
+ primaryClass={cs.AI}
50
+ }
51
+ @misc{rae2022scaling,
52
+ title={Scaling Language Models: Methods, Analysis & Insights from Training Gopher},
53
+ author={Jack W. Rae and Sebastian Borgeaud and Trevor Cai and Katie Millican and Jordan Hoffmann and Francis Song and John Aslanides and Sarah Henderson and Roman Ring and Susannah Young and Eliza Rutherford and Tom Hennigan and Jacob Menick and Albin Cassirer and Richard Powell and George van den Driessche and Lisa Anne Hendricks and Maribeth Rauh and Po-Sen Huang and Amelia Glaese and Johannes Welbl and Sumanth Dathathri and Saffron Huang and Jonathan Uesato and John Mellor and Irina Higgins and Antonia Creswell and Nat McAleese and Amy Wu and Erich Elsen and Siddhant Jayakumar and Elena Buchatskaya and David Budden and Esme Sutherland and Karen Simonyan and Michela Paganini and Laurent Sifre and Lena Martens and Xiang Lorraine Li and Adhiguna Kuncoro and Aida Nematzadeh and Elena Gribovskaya and Domenic Donato and Angeliki Lazaridou and Arthur Mensch and Jean-Baptiste Lespiau and Maria Tsimpoukelli and Nikolai Grigorev and Doug Fritz and Thibault Sottiaux and Mantas Pajarskas and Toby Pohlen and Zhitao Gong and Daniel Toyama and Cyprien de Masson d'Autume and Yujia Li and Tayfun Terzi and Vladimir Mikulik and Igor Babuschkin and Aidan Clark and Diego de Las Casas and Aurelia Guy and Chris Jones and James Bradbury and Matthew Johnson and Blake Hechtman and Laura Weidinger and Iason Gabriel and William Isaac and Ed Lockhart and Simon Osindero and Laura Rimell and Chris Dyer and Oriol Vinyals and Kareem Ayoub and Jeff Stanway and Lorrayne Bennett and Demis Hassabis and Koray Kavukcuoglu and Geoffrey Irving},
54
+ year={2022},
55
+ eprint={2112.11446},
56
+ archivePrefix={arXiv},
57
+ primaryClass={cs.CL}
58
+ }
59
+ @misc{lee2022deduplicating,
60
+ title={Deduplicating Training Data Makes Language Models Better},
61
+ author={Katherine Lee and Daphne Ippolito and Andrew Nystrom and Chiyuan Zhang and Douglas Eck and Chris Callison-Burch and Nicholas Carlini},
62
+ year={2022},
63
+ eprint={2107.06499},
64
+ archivePrefix={arXiv},
65
+ primaryClass={cs.CL}
66
+ }
67
+ @misc{carlini2023quantifying,
68
+ title={Quantifying Memorization Across Neural Language Models},
69
+ author={Nicholas Carlini and Daphne Ippolito and Matthew Jagielski and Katherine Lee and Florian Tramer and Chiyuan Zhang},
70
+ year={2023},
71
+ eprint={2202.07646},
72
+ archivePrefix={arXiv},
73
+ primaryClass={cs.LG}
74
+ }
75
+ @misc{raffel2023exploring,
76
+ title={Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer},
77
+ author={Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu},
78
+ year={2023},
79
+ eprint={1910.10683},
80
+ archivePrefix={arXiv},
81
+ primaryClass={cs.LG}
82
+ }
83
+ @misc{touvron2023llama,
84
+ title={LLaMA: Open and Efficient Foundation Language Models},
85
+ author={Hugo Touvron and Thibaut Lavril and Gautier Izacard and Xavier Martinet and Marie-Anne Lachaux and Timothée Lacroix and Baptiste Rozière and Naman Goyal and Eric Hambro and Faisal Azhar and Aurelien Rodriguez and Armand Joulin and Edouard Grave and Guillaume Lample},
86
+ year={2023},
87
+ eprint={2302.13971},
88
+ archivePrefix={arXiv},
89
+ primaryClass={cs.CL}
90
+ }
91
+ @article{dolma,
92
+ title = {Dolma: an Open Corpus of Three Trillion Tokens for Language Model Pretraining Research},
93
+ author={
94
+ Luca Soldaini and Rodney Kinney and Akshita Bhagia and Dustin Schwenk and David Atkinson and
95
+ Russell Authur and Ben Bogin and Khyathi Chandu and Jennifer Dumas and Yanai Elazar and
96
+ Valentin Hofmann and Ananya Harsh Jha and Sachin Kumar and Li Lucy and Xinxi Lyu and
97
+ Nathan Lambert and Ian Magnusson and Jacob Morrison and Niklas Muennighoff and Aakanksha Naik and
98
+ Crystal Nam and Matthew E. Peters and Abhilasha Ravichander and Kyle Richardson and Zejiang Shen and
99
+ Emma Strubell and Nishant Subramani and Oyvind Tafjord and Pete Walsh and Luke Zettlemoyer and
100
+ Noah A. Smith and Hannaneh Hajishirzi and Iz Beltagy and Dirk Groeneveld and Jesse Dodge and Kyle Lo
101
+ },
102
+ year = {2024},
103
+ journal={arXiv preprint},
104
+ }
105
+ @article{gao2020pile,
106
+ title={The {P}ile: An 800{GB} dataset of diverse text for language modeling},
107
+ author={Gao, Leo and Biderman, Stella and Black, Sid and Golding, Laurence and Hoppe, Travis and Foster, Charles and Phang, Jason and He, Horace and Thite, Anish and Nabeshima, Noa and others},
108
+ journal={arXiv preprint arXiv:2101.00027},
109
+ year={2020}
110
+ }
111
+ @misc{cerebras2023slimpajama,
112
+ author = {Soboleva, Daria and Al-Khateeb, Faisal and Myers, Robert and Steeves, Jacob R and Hestness, Joel and Dey, Nolan},
113
+ title = {SlimPajama: A 627B token cleaned and deduplicated version of RedPajama},
114
+ month = {June},
115
+ year = 2023,
116
+ url = {https://huggingface.co/datasets/cerebras/SlimPajama-627B},
117
+ }
118
+ @software{together2023redpajama,
119
+ author = {Together Computer},
120
+ title = {RedPajama: an Open Dataset for Training Large Language Models},
121
+ month = {October},
122
+ year = 2023,
123
+ url = {https://github.com/togethercomputer/RedPajama-Data}
124
+ }
125
+ @article{jaccard1912distribution,
126
+ title={The distribution of the flora in the alpine zone. 1},
127
+ author={Jaccard, Paul},
128
+ journal={New phytologist},
129
+ volume={11},
130
+ number={2},
131
+ pages={37--50},
132
+ year={1912},
133
+ publisher={Wiley Online Library}
134
+ }
135
+ @misc{albalak2024survey,
136
+ title={A Survey on Data Selection for Language Models},
137
+ author={Alon Albalak and Yanai Elazar and Sang Michael Xie and Shayne Longpre and Nathan Lambert and Xinyi Wang and Niklas Muennighoff and Bairu Hou and Liangming Pan and Haewon Jeong and Colin Raffel and Shiyu Chang and Tatsunori Hashimoto and William Yang Wang},
138
+ year={2024},
139
+ eprint={2402.16827},
140
+ archivePrefix={arXiv},
141
+ primaryClass={cs.CL}
142
+ }
143
+ @misc{longpre2023pretrainers,
144
+ title={A Pretrainer's Guide to Training Data: Measuring the Effects of Data Age, Domain Coverage, Quality, & Toxicity},
145
+ author={Shayne Longpre and Gregory Yauney and Emily Reif and Katherine Lee and Adam Roberts and Barret Zoph and Denny Zhou and Jason Wei and Kevin Robinson and David Mimno and Daphne Ippolito},
146
+ year={2023},
147
+ eprint={2305.13169},
148
+ archivePrefix={arXiv},
149
+ primaryClass={cs.CL}
150
+ }
151
+ @misc{wenzek2019ccnet,
152
+ title={CCNet: Extracting High Quality Monolingual Datasets from Web Crawl Data},
153
+ author={Guillaume Wenzek and Marie-Anne Lachaux and Alexis Conneau and Vishrav Chaudhary and Francisco Guzmán and Armand Joulin and Edouard Grave},
154
+ year={2019},
155
+ eprint={1911.00359},
156
+ archivePrefix={arXiv},
157
+ primaryClass={cs.CL}
158
+ }
159
+ @misc{soldaini2024dolma,
160
+ title={Dolma: an Open Corpus of Three Trillion Tokens for Language Model Pretraining Research},
161
+ author={Luca Soldaini and Rodney Kinney and Akshita Bhagia and Dustin Schwenk and David Atkinson and Russell Authur and Ben Bogin and Khyathi Chandu and Jennifer Dumas and Yanai Elazar and Valentin Hofmann and Ananya Harsh Jha and Sachin Kumar and Li Lucy and Xinxi Lyu and Nathan Lambert and Ian Magnusson and Jacob Morrison and Niklas Muennighoff and Aakanksha Naik and Crystal Nam and Matthew E. Peters and Abhilasha Ravichander and Kyle Richardson and Zejiang Shen and Emma Strubell and Nishant Subramani and Oyvind Tafjord and Pete Walsh and Luke Zettlemoyer and Noah A. Smith and Hannaneh Hajishirzi and Iz Beltagy and Dirk Groeneveld and Jesse Dodge and Kyle Lo},
162
+ year={2024},
163
+ eprint={2402.00159},
164
+ archivePrefix={arXiv},
165
+ primaryClass={cs.CL}
166
+ }
167
+ @misc{ouyang2022training,
168
+ title={Training language models to follow instructions with human feedback},
169
+ author={Long Ouyang and Jeff Wu and Xu Jiang and Diogo Almeida and Carroll L. Wainwright and Pamela Mishkin and Chong Zhang and Sandhini Agarwal and Katarina Slama and Alex Ray and John Schulman and Jacob Hilton and Fraser Kelton and Luke Miller and Maddie Simens and Amanda Askell and Peter Welinder and Paul Christiano and Jan Leike and Ryan Lowe},
170
+ year={2022},
171
+ eprint={2203.02155},
172
+ archivePrefix={arXiv},
173
+ primaryClass={cs.CL}
174
+ }
175
+ @misc{hoffmann2022training,
176
+ title={Training Compute-Optimal Large Language Models},
177
+ author={Jordan Hoffmann and Sebastian Borgeaud and Arthur Mensch and Elena Buchatskaya and Trevor Cai and Eliza Rutherford and Diego de Las Casas and Lisa Anne Hendricks and Johannes Welbl and Aidan Clark and Tom Hennigan and Eric Noland and Katie Millican and George van den Driessche and Bogdan Damoc and Aurelia Guy and Simon Osindero and Karen Simonyan and Erich Elsen and Jack W. Rae and Oriol Vinyals and Laurent Sifre},
178
+ year={2022},
179
+ eprint={2203.15556},
180
+ archivePrefix={arXiv},
181
+ primaryClass={cs.CL}
182
+ }
183
+ @misc{muennighoff2023scaling,
184
+ title={Scaling Data-Constrained Language Models},
185
+ author={Niklas Muennighoff and Alexander M. Rush and Boaz Barak and Teven Le Scao and Aleksandra Piktus and Nouamane Tazi and Sampo Pyysalo and Thomas Wolf and Colin Raffel},
186
+ year={2023},
187
+ eprint={2305.16264},
188
+ archivePrefix={arXiv},
189
+ primaryClass={cs.CL}
190
+ }
191
+ @misc{hernandez2022scaling,
192
+ title={Scaling Laws and Interpretability of Learning from Repeated Data},
193
+ author={Danny Hernandez and Tom Brown and Tom Conerly and Nova DasSarma and Dawn Drain and Sheer El-Showk and Nelson Elhage and Zac Hatfield-Dodds and Tom Henighan and Tristan Hume and Scott Johnston and Ben Mann and Chris Olah and Catherine Olsson and Dario Amodei and Nicholas Joseph and Jared Kaplan and Sam McCandlish},
194
+ year={2022},
195
+ eprint={2205.10487},
196
+ archivePrefix={arXiv},
197
+ primaryClass={cs.LG}
198
+ }
199
+ @article{llama3modelcard,
200
+
201
+ title={Llama 3 Model Card},
202
+
203
+ author={AI@Meta},
204
+
205
+ year={2024},
206
+
207
+ url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
208
+
209
+ }
210
+ @misc{jiang2024mixtral,
211
+ title={Mixtral of Experts},
212
+ author={Albert Q. Jiang and Alexandre Sablayrolles and Antoine Roux and Arthur Mensch and Blanche Savary and Chris Bamford and Devendra Singh Chaplot and Diego de las Casas and Emma Bou Hanna and Florian Bressand and Gianna Lengyel and Guillaume Bour and Guillaume Lample and Lélio Renard Lavaud and Lucile Saulnier and Marie-Anne Lachaux and Pierre Stock and Sandeep Subramanian and Sophia Yang and Szymon Antoniak and Teven Le Scao and Théophile Gervet and Thibaut Lavril and Thomas Wang and Timothée Lacroix and William El Sayed},
213
+ year={2024},
214
+ eprint={2401.04088},
215
+ archivePrefix={arXiv},
216
+ primaryClass={cs.LG}
217
+ }
218
+ @article{yuan2024self,
219
+ title={Self-rewarding language models},
220
+ author={Yuan, Weizhe and Pang, Richard Yuanzhe and Cho, Kyunghyun and Sukhbaatar, Sainbayar and Xu, Jing and Weston, Jason},
221
+ journal={arXiv preprint arXiv:2401.10020},
222
+ year={2024}
223
+ }
224
+ @article{verga2024replacing,
225
+ title={Replacing Judges with Juries: Evaluating LLM Generations with a Panel of Diverse Models},
226
+ author={Verga, Pat and Hofstatter, Sebastian and Althammer, Sophia and Su, Yixuan and Piktus, Aleksandra and Arkhangorodsky, Arkady and Xu, Minjie and White, Naomi and Lewis, Patrick},
227
+ journal={arXiv preprint arXiv:2404.18796},
228
+ year={2024}
229
+ }
230
+ @article{abdin2024phi,
231
+ title={Phi-3 technical report: A highly capable language model locally on your phone},
232
+ author={Abdin, Marah and Jacobs, Sam Ade and Awan, Ammar Ahmad and Aneja, Jyoti and Awadallah, Ahmed and Awadalla, Hany and Bach, Nguyen and Bahree, Amit and Bakhtiari, Arash and Behl, Harkirat and others},
233
+ journal={arXiv preprint arXiv:2404.14219},
234
+ year={2024}
235
+ }
236
+ @misc{meta2024responsible,
237
+ title = {Our responsible approach to Meta AI and Meta Llama 3},
238
+ author = {Meta},
239
+ year = {2024},
240
+ url = {https://ai.meta.com/blog/meta-llama-3-meta-ai-responsibility/},
241
+ note = {Accessed: 2024-05-31}
242
+ }
243
+ @inproceedings{talmor-etal-2019-commonsenseqa,
244
+ title = "CommonsenseQA: A Question Answering Challenge Targeting Commonsense Knowledge",
245
+ author = "Talmor, Alon and
246
+ Herzig, Jonathan and
247
+ Lourie, Nicholas and
248
+ Berant, Jonathan",
249
+ booktitle = "Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)",
250
+ month = jun,
251
+ year = "2019",
252
+ address = "Minneapolis, Minnesota",
253
+ publisher = "Association for Computational Linguistics",
254
+ url = "https://aclanthology.org/N19-1421",
255
+ doi = "10.18653/v1/N19-1421",
256
+ pages = "4149--4158",
257
+ archivePrefix = "arXiv",
258
+ eprint = "1811.00937",
259
+ primaryClass = "cs",
260
+ }
261
+ @inproceedings{zellers-etal-2019-hellaswag,
262
+ title = "HellaSwag: Can a Machine Really Finish Your Sentence?",
263
+ author = "Zellers, Rowan and
264
+ Holtzman, Ari and
265
+ Bisk, Yonatan and
266
+ Farhadi, Ali and
267
+ Choi, Yejin",
268
+ editor = "Korhonen, Anna and
269
+ Traum, David and
270
+ M{\`a}rquez, Llu{\'\i}s",
271
+ booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
272
+ month = jul,
273
+ year = "2019",
274
+ address = "Florence, Italy",
275
+ publisher = "Association for Computational Linguistics",
276
+ url = "https://aclanthology.org/P19-1472",
277
+ doi = "10.18653/v1/P19-1472",
278
+ pages = "4791--4800",
279
+ abstract = "Recent work by Zellers et al. (2018) introduced a new task of commonsense natural language inference: given an event description such as {``}A woman sits at a piano,{''} a machine must select the most likely followup: {``}She sets her fingers on the keys.{''} With the introduction of BERT, near human-level performance was reached. Does this mean that machines can perform human level commonsense inference? In this paper, we show that commonsense inference still proves difficult for even state-of-the-art models, by presenting HellaSwag, a new challenge dataset. Though its questions are trivial for humans ({\textgreater}95{\%} accuracy), state-of-the-art models struggle ({\textless}48{\%}). We achieve this via Adversarial Filtering (AF), a data collection paradigm wherein a series of discriminators iteratively select an adversarial set of machine-generated wrong answers. AF proves to be surprisingly robust. The key insight is to scale up the length and complexity of the dataset examples towards a critical {`}Goldilocks{'} zone wherein generated text is ridiculous to humans, yet often misclassified by state-of-the-art models. Our construction of HellaSwag, and its resulting difficulty, sheds light on the inner workings of deep pretrained models. More broadly, it suggests a new path forward for NLP research, in which benchmarks co-evolve with the evolving state-of-the-art in an adversarial way, so as to present ever-harder challenges.",
280
+ }
281
+ @inproceedings{OpenBookQA2018,
282
+ title={Can a Suit of Armor Conduct Electricity? A New Dataset for Open Book Question Answering},
283
+ author={Todor Mihaylov and Peter Clark and Tushar Khot and Ashish Sabharwal},
284
+ booktitle={EMNLP},
285
+ year={2018}
286
+ }
287
+ @misc{bisk2019piqa,
288
+ title={PIQA: Reasoning about Physical Commonsense in Natural Language},
289
+ author={Yonatan Bisk and Rowan Zellers and Ronan Le Bras and Jianfeng Gao and Yejin Choi},
290
+ year={2019},
291
+ eprint={1911.11641},
292
+ archivePrefix={arXiv},
293
+ primaryClass={cs.CL}
294
+ }
295
+ @misc{sap2019socialiqa,
296
+ title={SocialIQA: Commonsense Reasoning about Social Interactions},
297
+ author={Maarten Sap and Hannah Rashkin and Derek Chen and Ronan LeBras and Yejin Choi},
298
+ year={2019},
299
+ eprint={1904.09728},
300
+ archivePrefix={arXiv},
301
+ primaryClass={cs.CL}
302
+ }
303
+ @misc{sakaguchi2019winogrande,
304
+ title={WinoGrande: An Adversarial Winograd Schema Challenge at Scale},
305
+ author={Keisuke Sakaguchi and Ronan Le Bras and Chandra Bhagavatula and Yejin Choi},
306
+ year={2019},
307
+ eprint={1907.10641},
308
+ archivePrefix={arXiv},
309
+ primaryClass={cs.CL}
310
+ }
311
+ @misc{clark2018think,
312
+ title={Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge},
313
+ author={Peter Clark and Isaac Cowhey and Oren Etzioni and Tushar Khot and Ashish Sabharwal and Carissa Schoenick and Oyvind Tafjord},
314
+ year={2018},
315
+ eprint={1803.05457},
316
+ archivePrefix={arXiv},
317
+ primaryClass={cs.AI}
318
+ }
319
+ @misc{hendrycks2021measuring,
320
+ title={Measuring Massive Multitask Language Understanding},
321
+ author={Dan Hendrycks and Collin Burns and Steven Basart and Andy Zou and Mantas Mazeika and Dawn Song and Jacob Steinhardt},
322
+ year={2021},
323
+ eprint={2009.03300},
324
+ archivePrefix={arXiv},
325
+ primaryClass={cs.CY}
326
+ }
327
+ @misc{mitchell2023measuring,
328
+ title={Measuring Data},
329
+ author={Margaret Mitchell and Alexandra Sasha Luccioni and Nathan Lambert and Marissa Gerchick and Angelina McMillan-Major and Ezinwanne Ozoani and Nazneen Rajani and Tristan Thrush and Yacine Jernite and Douwe Kiela},
330
+ year={2023},
331
+ eprint={2212.05129},
332
+ archivePrefix={arXiv},
333
+ primaryClass={cs.AI}
334
+ }
dist/distill.bundle.js ADDED
The diff for this file is too large to render. See raw diff
 
dist/distill.bundle.js.map ADDED
The diff for this file is too large to render. See raw diff
 
dist/index.html ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <script src="distill.bundle.js" type="module" fetchpriority="high" blocking></script>
5
+ <script src="main.bundle.js" type="module" fetchpriority="low" defer></script>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <meta charset="utf8">
8
+ <base target="_blank">
9
+ <title>Open-LLM performances are plateauing, let’s make it steep again </title>
10
+ <link rel="stylesheet" href="style.css">
11
+ </head>
12
+
13
+ <body>
14
+ <d-front-matter>
15
+ <script id='distill-front-matter' type="text/json">{
16
+ "title": "Open-LLM performances are plateauing, let’s make it steep again ",
17
+ "description": "In this blog, we introduce the version 2 of the Open LLM Leaderboard, from the reasons for the change to the new evaluations and rankings.",
18
+ "published": "Jun 26, 2024",
19
+ "affiliation": {"name": "HuggingFace"},
20
+ "authors": [
21
+ {
22
+ "author":"Clementine Fourrier",
23
+ "authorURL":"https://huggingface.co/clefourrier"
24
+ },
25
+ {
26
+ "author":"Nathan Habib",
27
+ "authorURL":"https://huggingface.co/saylortwift"
28
+ },
29
+ {
30
+ "author":"Alina Lozovskaya",
31
+ "authorURL":"https://huggingface.co/alozowski"
32
+ },
33
+ {
34
+ "author":"Konrad Szafer",
35
+ "authorURL":"https://huggingface.co/KonradSzafer"
36
+ },
37
+ {
38
+ "author":"Thomas Wolf",
39
+ "authorURL":"https://huggingface.co/thomwolf"
40
+ }
41
+ ],
42
+ "katex": {
43
+ "delimiters": [
44
+ {"left": "$$", "right": "$$", "display": false}
45
+ ]
46
+ }
47
+ }
48
+ </script>
49
+ </d-front-matter>
50
+ <d-title>
51
+ <h1 class="l-page" style="text-align: center;">Open-LLM performances are plateauing, let’s make it steep again </h1>
52
+ <div id="title-plot" class="main-plot-container l-screen">
53
+ <figure>
54
+ <img src="assets/images/banner.png" alt="Banner">
55
+ </figure>
56
+ </div>
57
+ </d-title>
58
+ <d-byline></d-byline>
59
+ <d-article>
60
+ <d-contents>
61
+ </d-contents>
62
+
63
+ <p>Evaluating and comparing LLMs is hard. Our RLHF team realized this a year ago, when they wanted to reproduce and compare results from several published models.
64
+ It was a nearly impossible task: scores in papers or marketing releases were given without any reproducible code, sometimes doubtful but most of the case,
65
+ just using optimized prompts or evaluation setup to give best chances to the models. They therefore decided to create a place where reference models would be
66
+ evaluated in the exact same setup (same questions, asked in the same order, …), to gather completely reproducible and comparable results; and that’s how the
67
+ Open LLM Leaderboard was born!</p>
68
+
69
+ <p> Following a series of highly-visible model releases, it became a widely used resource in the ML community and beyond, visited by more than 2 million unique people over the last 10 months.</p>
70
+
71
+ <p> We estimate that around 300 000 community members use and collaborate on it monthly through submissions and discussions; usually to: </p>
72
+ <ul>
73
+ <li> Find state-of-the-art open source releases as the leaderboardit provides reproducible scores separating marketing fluff from actual progress in the field.</li>
74
+ <li> Evaluate their own work, be it pretraining or finetuning, comparing methods in the open and to the best existing models, and earning public recognition for their work.</li>
75
+ </ul>
76
+
77
+ <p> However, with success, both in the leaderboard and the increasing performances of the models came challenges and after one intense year and a lot of community feedback, we thought it was time for an upgrade! Therefore, we’re introducing the Open LLM Leaderboard v2!</p>
78
+
79
+ <p>Here is why we think a new leaderboard was needed 👇</p>
80
+
81
+ <h2>Harder, better, faster, stronger: Introducing the Leaderboard v2</h2>
82
+
83
+ <h3>The need for a more challenging leaderboard</h3>
84
+
85
+ <p>
86
+ Over the past year, the benchmarks we were using got overused/saturated:
87
+ </p>
88
+
89
+ <ol>
90
+ <li>They became too easy for models. For instance on HellaSwag, MMLU and ARC, models are now reaching baseline human performance, a phenomenon called saturation.</li>
91
+ <li>Some newer models also showed signs of contamination. By this we mean that models were possibly trained on benchmark data or on data very similar to benchmark data. As such, some scores stopped reflecting general performances of model and started to over-fit on some evaluation dataset instead of being reflective of the more general performances of the task being tested. This was in particular the case for GSM8K and TruthfulQA which were included in some instruction fine-tuning sets.</li>
92
+ <li>Some benchmarks contained errors: MMLU was recently investigated in depth by several groups who surfaced mistakes in its responses and proposed new versions. Another example was the fact that GSM8K used some specific end of generation token (`:`) which unfairly pushed down performance of many verbose models.</li>
93
+ </ol>
94
+
95
+
96
+ </d-article>
97
+
98
+ <d-appendix>
99
+ <d-bibliography src="bibliography.bib"></d-bibliography>
100
+ </d-appendix>
101
+
102
+ <script>
103
+ const article = document.querySelector('d-article');
104
+ const toc = document.querySelector('d-contents');
105
+ if (toc) {
106
+ const headings = article.querySelectorAll('h2, h3, h4');
107
+ let ToC = `<nav role="navigation" class="l-text figcaption"><h3>Table of contents</h3>`;
108
+ let prevLevel = 0;
109
+
110
+ for (const el of headings) {
111
+ // should element be included in TOC?
112
+ const isInTitle = el.parentElement.tagName == 'D-TITLE';
113
+ const isException = el.getAttribute('no-toc');
114
+ if (isInTitle || isException) continue;
115
+ el.setAttribute('id', el.textContent.toLowerCase().replaceAll(" ", "_"))
116
+ const link = '<a target="_self" href="' + '#' + el.getAttribute('id') + '">' + el.textContent + '</a>';
117
+
118
+ const level = el.tagName === 'H2' ? 0 : (el.tagName === 'H3' ? 1 : 2);
119
+ while (prevLevel < level) {
120
+ ToC += '<ul>'
121
+ prevLevel++;
122
+ }
123
+ while (prevLevel > level) {
124
+ ToC += '</ul>'
125
+ prevLevel--;
126
+ }
127
+ if (level === 0)
128
+ ToC += '<div>' + link + '</div>';
129
+ else
130
+ ToC += '<li>' + link + '</li>';
131
+ }
132
+
133
+ while (prevLevel > 0) {
134
+ ToC += '</ul>'
135
+ prevLevel--;
136
+ }
137
+ ToC += '</nav>';
138
+ toc.innerHTML = ToC;
139
+ toc.setAttribute('prerendered', 'true');
140
+ const toc_links = document.querySelectorAll('d-contents > nav a');
141
+
142
+ window.addEventListener('scroll', (_event) => {
143
+ if (typeof (headings) != 'undefined' && headings != null && typeof (toc_links) != 'undefined' && toc_links != null) {
144
+ // Then iterate forwards, on the first match highlight it and break
145
+ find_active: {
146
+ for (let i = headings.length - 1; i >= 0; i--) {
147
+ if (headings[i].getBoundingClientRect().top - 50 <= 0) {
148
+ if (!toc_links[i].classList.contains("active")) {
149
+ toc_links.forEach((link, _index) => {
150
+ link.classList.remove("active");
151
+ });
152
+ toc_links[i].classList.add('active');
153
+ }
154
+ break find_active;
155
+ }
156
+ }
157
+ toc_links.forEach((link, _index) => {
158
+ link.classList.remove("active");
159
+ });
160
+ }
161
+ }
162
+ });
163
+ }
164
+ </script>
165
+ </body>
166
+ </html>
dist/main.bundle.js ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ document.addEventListener("DOMContentLoaded",(function(){console.log("DOMContentLoaded")}),{once:!0});
2
+ //# sourceMappingURL=main.bundle.js.map
dist/main.bundle.js.map ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":3,"file":"main.bundle.js","mappings":"AAAAA,SAASC,iBAAiB,oBAAoB,WAC1CC,QAAQC,IAAI,mBAChB,GAAG,CAAEC,MAAM","sources":["webpack://blogpost/./src/index.js"],"sourcesContent":["document.addEventListener(\"DOMContentLoaded\", () => {\n console.log(\"DOMContentLoaded\");\n}, { once: true });"],"names":["document","addEventListener","console","log","once"],"sourceRoot":""}
dist/style.css ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* style.css */
2
+ /* Define colors */
3
+ :root {
4
+ --distill-gray: rgb(107, 114, 128);
5
+ --distill-gray-light: rgb(185, 185, 185);
6
+ --distill-gray-lighter: rgb(228, 228, 228);
7
+ --distill-gray-lightest: rgb(245, 245, 245);
8
+ --distill-blue: #007BFF;
9
+ }
10
+
11
+ /* Container for the controls */
12
+ [id^="plot-"] {
13
+ display: flex;
14
+ flex-direction: column;
15
+ align-items: center;
16
+ gap: 15px; /* Adjust the gap between controls as needed */
17
+ }
18
+ [id^="plot-"] figure {
19
+ margin-bottom: 0px;
20
+ margin-top: 0px;
21
+ padding: 0px;
22
+ }
23
+
24
+ .plotly_caption {
25
+ font-style: italic;
26
+ margin-top: 10px;
27
+ }
28
+
29
+ .plotly_controls {
30
+ display: flex;
31
+ flex-wrap: wrap;
32
+ flex-direction: row;
33
+ justify-content: center;
34
+ align-items: flex-start;
35
+ gap: 30px;
36
+ }
37
+
38
+
39
+ .plotly_input_container {
40
+ display: flex;
41
+ align-items: center;
42
+ flex-direction: column;
43
+ gap: 10px;
44
+ }
45
+
46
+ /* Style for the select dropdown */
47
+ .plotly_input_container > select {
48
+ padding: 2px 4px;
49
+ /* border: 1px solid #ccc; */
50
+ line-height: 1.5em;
51
+ text-align: center;
52
+ border-radius: 4px;
53
+ font-size: 12px;
54
+ background-color: var(--distill-gray-lightest);
55
+ outline: none;
56
+ }
57
+
58
+ /* Style for the range input */
59
+
60
+ .plotly_slider {
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 10px;
64
+ }
65
+
66
+ .plotly_slider > input[type="range"] {
67
+ -webkit-appearance: none;
68
+ height: 2px;
69
+ background: var(--distill-gray-light);
70
+ border-radius: 5px;
71
+ outline: none;
72
+ }
73
+
74
+ .plotly_slider > span {
75
+ font-size: 14px;
76
+ line-height: 1.6em;
77
+ min-width: 16px;
78
+ }
79
+
80
+ .plotly_slider > input[type="range"]::-webkit-slider-thumb {
81
+ -webkit-appearance: none;
82
+ appearance: none;
83
+ width: 18px;
84
+ height: 18px;
85
+ border-radius: 50%;
86
+ background: var(--distill-blue);
87
+ cursor: pointer;
88
+ }
89
+
90
+ .plotly_slider > input[type="range"]::-moz-range-thumb {
91
+ width: 18px;
92
+ height: 18px;
93
+ border-radius: 50%;
94
+ background: var(--distill-blue);
95
+ cursor: pointer;
96
+ }
97
+
98
+ /* Style for the labels */
99
+ .plotly_input_container > label {
100
+ font-size: 14px;
101
+ font-weight: bold;
102
+ }
103
+
104
+ .main-plot-container {
105
+ margin-top: 21px;
106
+ margin-bottom: 35px;
107
+ }
108
+
109
+ .main-plot-container > figure {
110
+ display: block !important;
111
+ /* Let this be handled by graph-container */
112
+ margin-bottom: 0px;
113
+ margin-top: 0px;
114
+ }
115
+ .main-plot-container > div {
116
+ display: none !important;
117
+ }
118
+
119
+
120
+ @media (min-width: 768px) {
121
+ .main-plot-container > figure {
122
+ display: none !important;
123
+ }
124
+ .main-plot-container > div {
125
+ display: flex !important;
126
+ }
127
+ }
128
+
129
+ d-byline .byline {
130
+ grid-template-columns: 1fr;
131
+ grid-column: text;
132
+ font-size: 0.9rem;
133
+ line-height: 1.8em;
134
+ }
135
+
136
+ @media (min-width: 768px) {
137
+ d-byline .byline {
138
+ grid-template-columns: 5fr 1fr 1fr;
139
+ }
140
+ }
141
+
142
+ #title-plot {
143
+ margin-top: 0px;
144
+ margin-bottom: 0px;
145
+ }
146
+
147
+ d-contents > nav a.active {
148
+ text-decoration: underline;
149
+ }
150
+
151
+ @media (max-width: 1199px) {
152
+ d-contents {
153
+ display: none;
154
+ justify-self: start;
155
+ align-self: start;
156
+ padding-bottom: 0.5em;
157
+ margin-bottom: 1em;
158
+ padding-left: 0.25em;
159
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
160
+ border-bottom-width: 1px;
161
+ border-bottom-style: solid;
162
+ border-bottom-color: rgba(0, 0, 0, 0.1);
163
+ }
164
+ }
165
+
166
+ d-contents a:hover {
167
+ border-bottom: none;
168
+ }
169
+
170
+
171
+ @media (min-width: 1200px) {
172
+ d-article {
173
+ /* Ensure d-article does not prevent sticky positioning */
174
+ overflow: visible;
175
+ }
176
+
177
+ d-contents {
178
+ align-self: start;
179
+ grid-column-start: 1 !important;
180
+ grid-column-end: 4 !important;
181
+ grid-row: auto / span 6;
182
+ justify-self: end;
183
+ margin-top: 0em;
184
+ padding-right: 3em;
185
+ padding-left: 2em;
186
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
187
+ border-right-width: 1px;
188
+ border-right-style: solid;
189
+ border-right-color: rgba(0, 0, 0, 0.1);
190
+ position: -webkit-sticky; /* For Safari */
191
+ position: sticky;
192
+ top: 10px; /* Adjust this value if needed */
193
+ }
194
+ }
195
+
196
+ d-contents nav h3 {
197
+ margin-top: 0;
198
+ margin-bottom: 1em;
199
+ }
200
+
201
+ d-contents nav div {
202
+ color: rgba(0, 0, 0, 0.8);
203
+ font-weight: bold;
204
+ }
205
+
206
+ d-contents nav a {
207
+ color: rgba(0, 0, 0, 0.8);
208
+ border-bottom: none;
209
+ text-decoration: none;
210
+ }
211
+
212
+ d-contents li {
213
+ list-style-type: none;
214
+ }
215
+
216
+ d-contents ul, d-article d-contents ul {
217
+ padding-left: 1em;
218
+ }
219
+
220
+ d-contents nav ul li {
221
+ margin-bottom: .25em;
222
+ }
223
+
224
+ d-contents nav a:hover {
225
+ text-decoration: underline solid rgba(0, 0, 0, 0.6);
226
+ }
227
+
228
+ d-contents nav ul {
229
+ margin-top: 0;
230
+ margin-bottom: 6px;
231
+ }
232
+
233
+
234
+ d-contents nav > div {
235
+ display: block;
236
+ outline: none;
237
+ margin-bottom: 0.5em;
238
+ }
239
+
240
+ d-contents nav > div > a {
241
+ font-size: 13px;
242
+ font-weight: 600;
243
+ }
244
+
245
+ d-article aside {
246
+ margin-bottom: 1em;
247
+ }
248
+
249
+ @media (min-width: 768px) {
250
+ d-article aside {
251
+ margin-bottom: 0;
252
+ }
253
+ }
254
+
255
+ d-contents nav > div > a:hover,
256
+ d-contents nav > ul > li > a:hover {
257
+ text-decoration: none;
258
+ }
259
+
index.html DELETED
@@ -1,435 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="description"
6
- content="Deformable Neural Radiance Fields creates free-viewpoint portraits (nerfies) from casually captured videos.">
7
- <meta name="keywords" content="Nerfies, D-NeRF, NeRF">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <title>Nerfies: Deformable Neural Radiance Fields</title>
10
-
11
- <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
12
- rel="stylesheet">
13
-
14
- <link rel="stylesheet" href="./static/css/bulma.min.css">
15
- <link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
16
- <link rel="stylesheet" href="./static/css/bulma-slider.min.css">
17
- <link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
18
- <link rel="stylesheet"
19
- href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
20
- <link rel="stylesheet" href="./static/css/index.css">
21
- <link rel="icon" href="./static/images/favicon.svg">
22
-
23
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
24
- <script defer src="./static/js/fontawesome.all.min.js"></script>
25
- <script src="./static/js/bulma-carousel.min.js"></script>
26
- <script src="./static/js/bulma-slider.min.js"></script>
27
- <script src="./static/js/index.js"></script>
28
- </head>
29
- <body>
30
-
31
- <section class="hero">
32
- <div class="hero-body">
33
- <div class="container is-max-desktop">
34
- <div class="columns is-centered">
35
- <div class="column has-text-centered">
36
- <h1 class="title is-1 publication-title">Nerfies: Deformable Neural Radiance Fields</h1>
37
- <div class="is-size-5 publication-authors">
38
- <span class="author-block">
39
- <a href="https://keunhong.com" target="_blank">Keunhong Park</a><sup>1</sup>,</span>
40
- <span class="author-block">
41
- <a href="https://utkarshsinha.com" target="_blank">Utkarsh Sinha</a><sup>2</sup>,</span>
42
- <span class="author-block">
43
- <a href="https://jonbarron.info" target="_blank">Jonathan T. Barron</a><sup>2</sup>,
44
- </span>
45
- <span class="author-block">
46
- <a href="http://sofienbouaziz.com" target="_blank">Sofien Bouaziz</a><sup>2</sup>,
47
- </span>
48
- <span class="author-block">
49
- <a href="https://www.danbgoldman.com" target="_blank">Dan B Goldman</a><sup>2</sup>,
50
- </span>
51
- <span class="author-block">
52
- <a href="https://homes.cs.washington.edu/~seitz/" target="_blank">Steven M. Seitz</a><sup>1,2</sup>,
53
- </span>
54
- <span class="author-block">
55
- <a href="http://www.ricardomartinbrualla.com" target="_blank">Ricardo Martin-Brualla</a><sup>2</sup>
56
- </span>
57
- </div>
58
-
59
- <div class="is-size-5 publication-authors">
60
- <span class="author-block"><sup>1</sup>University of Washington,</span>
61
- <span class="author-block"><sup>2</sup>Google Research</span>
62
- </div>
63
-
64
- <div class="column has-text-centered">
65
- <div class="publication-links">
66
- <!-- PDF Link. -->
67
- <span class="link-block">
68
- <a href="https://arxiv.org/pdf/2011.12948" target="_blank"
69
- class="external-link button is-normal is-rounded is-dark">
70
- <span class="icon">
71
- <i class="fas fa-file-pdf"></i>
72
- </span>
73
- <span>Paper</span>
74
- </a>
75
- </span>
76
- <span class="link-block">
77
- <a href="https://arxiv.org/abs/2011.12948" target="_blank"
78
- class="external-link button is-normal is-rounded is-dark">
79
- <span class="icon">
80
- <i class="ai ai-arxiv"></i>
81
- </span>
82
- <span>arXiv</span>
83
- </a>
84
- </span>
85
- <!-- Video Link. -->
86
- <span class="link-block">
87
- <a href="https://www.youtube.com/watch?v=MrKrnHhk8IA" target="_blank"
88
- class="external-link button is-normal is-rounded is-dark">
89
- <span class="icon">
90
- <i class="fab fa-youtube"></i>
91
- </span>
92
- <span>Video</span>
93
- </a>
94
- </span>
95
- <!-- Code Link. -->
96
- <span class="link-block">
97
- <a href="https://github.com/google/nerfies" target="_blank"
98
- class="external-link button is-normal is-rounded is-dark">
99
- <span class="icon">
100
- <i class="fab fa-github"></i>
101
- </span>
102
- <span>Code</span>
103
- </a>
104
- </span>
105
- <!-- Dataset Link. -->
106
- <span class="link-block">
107
- <a href="https://github.com/google/nerfies/releases/tag/0.1" target="_blank"
108
- class="external-link button is-normal is-rounded is-dark">
109
- <span class="icon">
110
- <i class="far fa-images"></i>
111
- </span>
112
- <span>Data</span>
113
- </a>
114
- </div>
115
-
116
- </div>
117
- </div>
118
- </div>
119
- </div>
120
- </div>
121
- </section>
122
-
123
- <section class="hero teaser">
124
- <div class="container is-max-desktop">
125
- <div class="hero-body">
126
- <video id="teaser" autoplay muted loop playsinline height="100%">
127
- <source src="./static/videos/teaser.mp4"
128
- type="video/mp4">
129
- </video>
130
- <h2 class="subtitle has-text-centered">
131
- <span class="dnerf">Nerfies</span> turns selfie videos from your phone into
132
- free-viewpoint
133
- portraits.
134
- </h2>
135
- </div>
136
- </div>
137
- </section>
138
-
139
-
140
- <section class="hero is-light is-small">
141
- <div class="hero-body">
142
- <div class="container">
143
- <div id="results-carousel" class="carousel results-carousel">
144
- <div class="item item-steve">
145
- <video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
146
- <source src="./static/videos/steve.mp4"
147
- type="video/mp4">
148
- </video>
149
- </div>
150
- <div class="item item-chair-tp">
151
- <video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
152
- <source src="./static/videos/chair-tp.mp4"
153
- type="video/mp4">
154
- </video>
155
- </div>
156
- <div class="item item-shiba">
157
- <video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
158
- <source src="./static/videos/shiba.mp4"
159
- type="video/mp4">
160
- </video>
161
- </div>
162
- <div class="item item-fullbody">
163
- <video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
164
- <source src="./static/videos/fullbody.mp4"
165
- type="video/mp4">
166
- </video>
167
- </div>
168
- <div class="item item-blueshirt">
169
- <video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
170
- <source src="./static/videos/blueshirt.mp4"
171
- type="video/mp4">
172
- </video>
173
- </div>
174
- <div class="item item-mask">
175
- <video poster="" id="mask" autoplay controls muted loop playsinline height="100%">
176
- <source src="./static/videos/mask.mp4"
177
- type="video/mp4">
178
- </video>
179
- </div>
180
- <div class="item item-coffee">
181
- <video poster="" id="coffee" autoplay controls muted loop playsinline height="100%">
182
- <source src="./static/videos/coffee.mp4"
183
- type="video/mp4">
184
- </video>
185
- </div>
186
- <div class="item item-toby">
187
- <video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
188
- <source src="./static/videos/toby2.mp4"
189
- type="video/mp4">
190
- </video>
191
- </div>
192
- </div>
193
- </div>
194
- </div>
195
- </section>
196
-
197
-
198
- <section class="section">
199
- <div class="container is-max-desktop">
200
- <!-- Abstract. -->
201
- <div class="columns is-centered has-text-centered">
202
- <div class="column is-four-fifths">
203
- <h2 class="title is-3">Abstract</h2>
204
- <div class="content has-text-justified">
205
- <p>
206
- We present the first method capable of photorealistically reconstructing a non-rigidly
207
- deforming scene using photos/videos captured casually from mobile phones.
208
- </p>
209
- <p>
210
- Our approach augments neural radiance fields
211
- (NeRF) by optimizing an
212
- additional continuous volumetric deformation field that warps each observed point into a
213
- canonical 5D NeRF.
214
- We observe that these NeRF-like deformation fields are prone to local minima, and
215
- propose a coarse-to-fine optimization method for coordinate-based models that allows for
216
- more robust optimization.
217
- By adapting principles from geometry processing and physical simulation to NeRF-like
218
- models, we propose an elastic regularization of the deformation field that further
219
- improves robustness.
220
- </p>
221
- <p>
222
- We show that <span class="dnerf">Nerfies</span> can turn casually captured selfie
223
- photos/videos into deformable NeRF
224
- models that allow for photorealistic renderings of the subject from arbitrary
225
- viewpoints, which we dub <i>"nerfies"</i>. We evaluate our method by collecting data
226
- using a
227
- rig with two mobile phones that take time-synchronized photos, yielding train/validation
228
- images of the same pose at different viewpoints. We show that our method faithfully
229
- reconstructs non-rigidly deforming scenes and reproduces unseen views with high
230
- fidelity.
231
- </p>
232
- </div>
233
- </div>
234
- </div>
235
- <!--/ Abstract. -->
236
-
237
- <!-- Paper video. -->
238
- <div class="columns is-centered has-text-centered">
239
- <div class="column is-four-fifths">
240
- <h2 class="title is-3">Video</h2>
241
- <div class="publication-video">
242
- <iframe src="https://www.youtube.com/embed/MrKrnHhk8IA?rel=0&amp;showinfo=0"
243
- frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
244
- </div>
245
- </div>
246
- </div>
247
- <!--/ Paper video. -->
248
- </div>
249
- </section>
250
-
251
-
252
- <section class="section">
253
- <div class="container is-max-desktop">
254
-
255
- <div class="columns is-centered">
256
-
257
- <!-- Visual Effects. -->
258
- <div class="column">
259
- <div class="content">
260
- <h2 class="title is-3">Visual Effects</h2>
261
- <p>
262
- Using <i>nerfies</i> you can create fun visual effects. This Dolly zoom effect
263
- would be impossible without nerfies since it would require going through a wall.
264
- </p>
265
- <video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
266
- <source src="./static/videos/dollyzoom-stacked.mp4"
267
- type="video/mp4">
268
- </video>
269
- </div>
270
- </div>
271
- <!--/ Visual Effects. -->
272
-
273
- <!-- Matting. -->
274
- <div class="column">
275
- <h2 class="title is-3">Matting</h2>
276
- <div class="columns is-centered">
277
- <div class="column content">
278
- <p>
279
- As a byproduct of our method, we can also solve the matting problem by ignoring
280
- samples that fall outside of a bounding box during rendering.
281
- </p>
282
- <video id="matting-video" controls playsinline height="100%">
283
- <source src="./static/videos/matting.mp4"
284
- type="video/mp4">
285
- </video>
286
- </div>
287
-
288
- </div>
289
- </div>
290
- </div>
291
- <!--/ Matting. -->
292
-
293
- <!-- Animation. -->
294
- <div class="columns is-centered">
295
- <div class="column is-full-width">
296
- <h2 class="title is-3">Animation</h2>
297
-
298
- <!-- Interpolating. -->
299
- <h3 class="title is-4">Interpolating states</h3>
300
- <div class="content has-text-justified">
301
- <p>
302
- We can also animate the scene by interpolating the deformation latent codes of two input
303
- frames. Use the slider here to linearly interpolate between the left frame and the right
304
- frame.
305
- </p>
306
- </div>
307
- <div class="columns is-vcentered interpolation-panel">
308
- <div class="column is-3 has-text-centered">
309
- <img src="./static/images/interpolate_start.jpg"
310
- class="interpolation-image"
311
- alt="Interpolate start reference image."/>
312
- <p>Start Frame</p>
313
- </div>
314
- <div class="column interpolation-video-column">
315
- <div id="interpolation-image-wrapper">
316
- Loading...
317
- </div>
318
- <input class="slider is-fullwidth is-large is-info"
319
- id="interpolation-slider"
320
- step="1" min="0" max="100" value="0" type="range">
321
- </div>
322
- <div class="column is-3 has-text-centered">
323
- <img src="./static/images/interpolate_end.jpg"
324
- class="interpolation-image"
325
- alt="Interpolation end reference image."/>
326
- <p class="is-bold">End Frame</p>
327
- </div>
328
- </div>
329
- <br/>
330
- <!--/ Interpolating. -->
331
-
332
- <!-- Re-rendering. -->
333
- <h3 class="title is-4">Re-rendering the input video</h3>
334
- <div class="content has-text-justified">
335
- <p>
336
- Using <span class="dnerf">Nerfies</span>, you can re-render a video from a novel
337
- viewpoint such as a stabilized camera by playing back the training deformations.
338
- </p>
339
- </div>
340
- <div class="content has-text-centered">
341
- <video id="replay-video"
342
- controls
343
- muted
344
- preload
345
- playsinline
346
- width="75%">
347
- <source src="./static/videos/replay.mp4"
348
- type="video/mp4">
349
- </video>
350
- </div>
351
- <!--/ Re-rendering. -->
352
-
353
- </div>
354
- </div>
355
- <!--/ Animation. -->
356
-
357
-
358
- <!-- Concurrent Work. -->
359
- <div class="columns is-centered">
360
- <div class="column is-full-width">
361
- <h2 class="title is-3">Related Links</h2>
362
-
363
- <div class="content has-text-justified">
364
- <p>
365
- There's a lot of excellent work that was introduced around the same time as ours.
366
- </p>
367
- <p>
368
- <a href="https://arxiv.org/abs/2104.09125" target="_blank">Progressive Encoding for Neural Optimization</a> introduces an idea similar to our windowed position encoding for coarse-to-fine optimization.
369
- </p>
370
- <p>
371
- <a href="https://www.albertpumarola.com/research/D-NeRF/index.html" target="_blank">D-NeRF</a> and <a href="https://gvv.mpi-inf.mpg.de/projects/nonrigid_nerf/" target="_blank">NR-NeRF</a>
372
- both use deformation fields to model non-rigid scenes.
373
- </p>
374
- <p>
375
- Some works model videos with a NeRF by directly modulating the density, such as <a href="https://video-nerf.github.io/" target="_blank">Video-NeRF</a>, <a href="https://www.cs.cornell.edu/~zl548/NSFF/" target="_blank">NSFF</a>, and <a href="https://neural-3d-video.github.io/" target="_blank">DyNeRF</a>
376
- </p>
377
- <p>
378
- There are probably many more by the time you are reading this. Check out <a href="https://dellaert.github.io/NeRF/" target="_blank">Frank Dellart's survey on recent NeRF papers</a>, and <a href="https://github.com/yenchenlin/awesome-NeRF" target="_blank">Yen-Chen Lin's curated list of NeRF papers</a>.
379
- </p>
380
- </div>
381
- </div>
382
- </div>
383
- <!--/ Concurrent Work. -->
384
-
385
- </div>
386
- </section>
387
-
388
-
389
- <section class="section" id="BibTeX">
390
- <div class="container is-max-desktop content">
391
- <h2 class="title">BibTeX</h2>
392
- <pre><code>@article{park2021nerfies,
393
- author = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
394
- title = {Nerfies: Deformable Neural Radiance Fields},
395
- journal = {ICCV},
396
- year = {2021},
397
- }</code></pre>
398
- </div>
399
- </section>
400
-
401
-
402
- <footer class="footer">
403
- <div class="container">
404
- <div class="content has-text-centered">
405
- <a class="icon-link" target="_blank"
406
- href="./static/videos/nerfies_paper.pdf">
407
- <i class="fas fa-file-pdf"></i>
408
- </a>
409
- <a class="icon-link" href="https://github.com/keunhong" target="_blank" class="external-link" disabled>
410
- <i class="fab fa-github"></i>
411
- </a>
412
- </div>
413
- <div class="columns is-centered">
414
- <div class="column is-8">
415
- <div class="content">
416
- <p>
417
- This website is licensed under a <a rel="license" target="_blank"
418
- href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
419
- Commons Attribution-ShareAlike 4.0 International License</a>.
420
- </p>
421
- <p>
422
- This means you are free to borrow the <a target="_blank"
423
- href="https://github.com/nerfies/nerfies.github.io">source code</a> of this website,
424
- we just ask that you link back to this page in the footer.
425
- Please remember to remove the analytics code included in the header of the website which
426
- you do not want on your website.
427
- </p>
428
- </div>
429
- </div>
430
- </div>
431
- </div>
432
- </footer>
433
-
434
- </body>
435
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
node_modules/.bin/acorn ADDED
@@ -0,0 +1 @@
 
 
1
+ ../acorn/bin/acorn
node_modules/.bin/ansi-html ADDED
@@ -0,0 +1 @@
 
 
1
+ ../ansi-html-community/bin/ansi-html
node_modules/.bin/browserslist ADDED
@@ -0,0 +1 @@
 
 
1
+ ../browserslist/cli.js
node_modules/.bin/cssesc ADDED
@@ -0,0 +1 @@
 
 
1
+ ../cssesc/bin/cssesc
node_modules/.bin/envinfo ADDED
@@ -0,0 +1 @@
 
 
1
+ ../envinfo/dist/cli.js
node_modules/.bin/flat ADDED
@@ -0,0 +1 @@
 
 
1
+ ../flat/cli.js
node_modules/.bin/glob ADDED
@@ -0,0 +1 @@
 
 
1
+ ../glob/dist/esm/bin.mjs
node_modules/.bin/he ADDED
@@ -0,0 +1 @@
 
 
1
+ ../he/bin/he
node_modules/.bin/html-minifier-terser ADDED
@@ -0,0 +1 @@
 
 
1
+ ../html-minifier-terser/cli.js
node_modules/.bin/import-local-fixture ADDED
@@ -0,0 +1 @@
 
 
1
+ ../import-local/fixtures/cli.js
node_modules/.bin/is-docker ADDED
@@ -0,0 +1 @@
 
 
1
+ ../is-docker/cli.js
node_modules/.bin/is-inside-container ADDED
@@ -0,0 +1 @@
 
 
1
+ ../is-inside-container/cli.js
node_modules/.bin/jsesc ADDED
@@ -0,0 +1 @@
 
 
1
+ ../jsesc/bin/jsesc
node_modules/.bin/json5 ADDED
@@ -0,0 +1 @@
 
 
1
+ ../json5/lib/cli.js
node_modules/.bin/mime ADDED
@@ -0,0 +1 @@
 
 
1
+ ../mime/cli.js
node_modules/.bin/multicast-dns ADDED
@@ -0,0 +1 @@
 
 
1
+ ../multicast-dns/cli.js
node_modules/.bin/nanoid ADDED
@@ -0,0 +1 @@
 
 
1
+ ../nanoid/bin/nanoid.cjs
node_modules/.bin/opener ADDED
@@ -0,0 +1 @@
 
 
1
+ ../opener/bin/opener-bin.js
node_modules/.bin/parser ADDED
@@ -0,0 +1 @@
 
 
1
+ ../@babel/parser/bin/babel-parser.js
node_modules/.bin/regjsparser ADDED
@@ -0,0 +1 @@
 
 
1
+ ../regjsparser/bin/parser