Created
October 8, 2023 17:42
-
-
Save idontcalculate/6f057c7e3cfe3b6f949caf52cbbd6d48 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pdf data arxiv on bench | |
bench_bot.add('https://arxiv.org/pdf/2207.10062.pdf', data_type='pdf_file') | |
#notion page data | |
bench_bot.add('https://signalism.notion.site/MLCommons-An-In-Depth-Whitepaper-on-Benchmarking-Machine-Learning-Performance-d21aabe85304439fb5ae4ca7ac3826f7?pvs=4') | |
#docs | |
bench_bot.add('https://docs.google.com/spreadsheets/d/1bF4buOnEPQcwoqlaSeX4HxKx8jVRR0xHcOT_CaAL5Mk/pubhtml?gid=0&single=false&widget=false&headers=false&chrome=true', data_type="docs_site") | |
#github as page | |
bench_bot.add('https://github.com/mlcommons/training', data_type='web_page') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment