Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update global landing page #2593

Merged
merged 10 commits into from
May 3, 2024
Merged

Update global landing page #2593

merged 10 commits into from
May 3, 2024

Conversation

farzaank
Copy link
Contributor

@farzaank farzaank commented Apr 30, 2024

  • Updates naming for global landing page -> home
  • Updates global landing page to work on md and sm devices (tablet & mobile)
  • Updates project metadata to be read from GH instead of GCP
  • Updates naming for "projects" -> "leaderboards"
  • Shows users which HELM subsite they are on in the dropdown
  • Adds new copy (SEE BELOW)

Hero/landing:
A reproducible and transparent framework for evaluating foundation models

Subtitle:
Find leaderboards with many scenarios, metrics, and models with support for multimodality and model-graded evaluation.

Leaderboard description:
HELM leaderboards leverage the HELM framework and target particular domains and/or capabilities. Examples range from real-world applications or specific use cases to leaderboards focused on multimodal capabilities and model-evaluations.

PREVIEW: farzaank.github.io/helm/

@farzaank farzaank changed the title Update global landing page [WiP] Update global landing page May 1, 2024
@farzaank farzaank changed the title [WiP] Update global landing page Update global landing page May 1, 2024
@farzaank farzaank requested a review from yifanmai May 1, 2024 21:59
@farzaank farzaank requested a review from percyliang May 2, 2024 17:57
@yifanmai yifanmai mentioned this pull request May 2, 2024
Copy link
Collaborator

@yifanmai yifanmai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK to merge this as is and make follow up changes in a new pull request.

@@ -11,28 +11,17 @@ function NavDropdown() {

useEffect(() => {
fetch(
"https://storage.googleapis.com/crfm-helm-public/config/project_metadata.json",
"https://raw.githubusercontent.com/stanford-crfm/helm/main/helm-frontend/project_metadata.json",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is pretty stale and missing most of the new versions, could you update it?

The other implication of this change is that you can break production websites by merging a pull request to this repository, which isn't currently the case.

Also this should be a constant somewhere given that multiple files are using it...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added from latest on Google Cloud, will make follow-up to use a constant.

helm-frontend/src/components/CardGrid.tsx Outdated Show resolved Hide resolved
helm-frontend/src/components/NavDropdown.tsx Outdated Show resolved Hide resolved
helm-frontend/src/components/NavDropdown.tsx Outdated Show resolved Hide resolved
helm-frontend/src/components/SimpleHero.tsx Outdated Show resolved Hide resolved
helm-frontend/src/components/ProjectCard.tsx Show resolved Hide resolved
@farzaank farzaank merged commit 163ac9f into main May 3, 2024
3 checks passed
@farzaank farzaank deleted the farzaan/global-update branch May 3, 2024 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants