From e987510588842001381698e12b2f2cfb83c0a6c8 Mon Sep 17 00:00:00 2001 From: Martin Schrimpf Date: Fri, 5 Jul 2024 10:15:40 +0200 Subject: [PATCH 1/2] add link to benchmark tutorial --- .../benchmarks/tutorials/tutorial.html | 62 +++++++++++-------- .../tutorials/tutorial_quickstart.html | 2 +- 2 files changed, 37 insertions(+), 27 deletions(-) diff --git a/benchmarks/templates/benchmarks/tutorials/tutorial.html b/benchmarks/templates/benchmarks/tutorials/tutorial.html index 549364858..4fe9055ee 100644 --- a/benchmarks/templates/benchmarks/tutorials/tutorial.html +++ b/benchmarks/templates/benchmarks/tutorials/tutorial.html @@ -2,39 +2,49 @@ {% load static %} {% block banner %} -

Tutorials

-

Your one-stop-shop to get you up and running on Brain-Score in no time.

+

Tutorials

+

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 %} -
-
-
- -
-
-

Welcome!

-

- 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. -

- - +
+
+
+ +
+
+

Welcome!

+

+ 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. +

+ + + + + + + + + +
-
{% endblock %} diff --git a/benchmarks/templates/benchmarks/tutorials/tutorial_quickstart.html b/benchmarks/templates/benchmarks/tutorials/tutorial_quickstart.html index 8c30149cb..78144c8cc 100644 --- a/benchmarks/templates/benchmarks/tutorials/tutorial_quickstart.html +++ b/benchmarks/templates/benchmarks/tutorials/tutorial_quickstart.html @@ -141,7 +141,7 @@

Further Learning Resources

-

Optional: Scoring a Language Model

+

Scoring a Language Model

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: From ce2a891ef3f0a319402e281779f03573b6166243 Mon Sep 17 00:00:00 2001 From: Martin Schrimpf Date: Fri, 5 Jul 2024 10:32:36 +0200 Subject: [PATCH 2/2] re-arrange tutorial links --- .../benchmarks/tutorials/tutorial.html | 24 +++++++++---------- .../tutorials/tutorial_quickstart.html | 17 ++++++++----- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/benchmarks/templates/benchmarks/tutorials/tutorial.html b/benchmarks/templates/benchmarks/tutorials/tutorial.html index 4fe9055ee..5ce396216 100644 --- a/benchmarks/templates/benchmarks/tutorials/tutorial.html +++ b/benchmarks/templates/benchmarks/tutorials/tutorial.html @@ -20,24 +20,24 @@

Tutorials

Welcome!

- 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. + 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. + 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. +

diff --git a/benchmarks/templates/benchmarks/tutorials/tutorial_quickstart.html b/benchmarks/templates/benchmarks/tutorials/tutorial_quickstart.html index 78144c8cc..465d7bdb3 100644 --- a/benchmarks/templates/benchmarks/tutorials/tutorial_quickstart.html +++ b/benchmarks/templates/benchmarks/tutorials/tutorial_quickstart.html @@ -118,21 +118,26 @@

Further Learning Resources

- 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.