diff --git a/benchmarks/templates/benchmarks/tutorials/tutorial.html b/benchmarks/templates/benchmarks/tutorials/tutorial.html index 549364858..5ce396216 100644 --- a/benchmarks/templates/benchmarks/tutorials/tutorial.html +++ b/benchmarks/templates/benchmarks/tutorials/tutorial.html @@ -2,39 +2,49 @@ {% load static %} {% block banner %} -
Your one-stop-shop to get you up and running on Brain-Score in no time.
+Your one-stop-shop to get you up and running on Brain-Score in no time.
{% endblock %} {% block info_section %} - {% include "benchmarks/tutorials/tutorial-info-section.html" %} + {% include "benchmarks/tutorials/tutorial-info-section.html" %} {% endblock %} {% block content %} -- We are excited that you are here. Below you will find guides and - links on various use cases of the platform. We hope that Brain-Score will enable you to find new - insights from models, benchmarks, and integrated scoring. -
-- You can get up and running ASAP with our Quickstart, where you learn how to install Brain-Score on your - machine and how to score an existing model on an existing benchmark. -
-- Or, if you are a more seasoned user, you can explore the platform further via our Deep Dive series. Here - there are guided overviews of the submission system, as well as instructions on how to submit plugins. -
- - ++ We are excited that you are here. + Below you will find guides and links on various use cases of the platform. + We hope that Brain-Score will enable you to + find new insights from models, benchmarks, and integrated scoring. +
++ You can get up and running ASAP with our Quickstart, where you learn + how to install Brain-Score on your machine and + how to score an existing model on an existing benchmark. +
+ + + ++ Or, if you are a more seasoned user, you can explore the platform further via our Deep Dive series. + This includes guided overviews of the submission system, + as well as instructions on how to submit model and benchmark plugins. +
+ + + + + + +- If you would like to know more about Brain-Score, please visit our Deep Dive series! These are guided tours - that walk you through how to put Brain-Score to work for you. + If you would like to know more about Brain-Score, please visit our Deep Dive series! + These are guided tours that walk you through how to put Brain-Score to work for you.
In Deep Dive 1, - we will cover the submission package, and you can use this as a formatting guide for + we will cover the model submission package, and you can use this as a formatting guide for your future submissions.
In Deep Dive 2, - we will walkthough what a custom model submission looks like, and how to submit one. + we will walk through what a custom model submission looks like, and how to submit one.
- Finally, in Deep Dive 3, - we will cover how to submit a plugin via a Github Pull Request (PR). + In Deep Dive 3, + we will cover how to submit a model plugin via a Github Pull Request (PR). +
++ Finally, in the + Benchmark Tutorial, + we describe how to prepare data and stimuli for a benchmark submission.
The process is very similar for scoring a language model. First, install the needed packages in Step 1 above, but just change all occurrences of vision to language, i.e: