diff --git a/src/app/page.tsx b/src/app/page.tsx index ac6eda1..8b51965 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,93 +11,96 @@ export default function Home() { current="January 25, 2023" nextText="Jan 26, 2023" /> - - 10 Most
- Popular Models - - } - cards={[ - { - icon: "/models/mistral.webp", - modelAuthor: "stabilityai", - modelName: "japanese-stablelm-instruct-alpha-7b", - externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", - }, - { - icon: "/models/mistral.webp", - modelAuthor: "mistralai", - modelName: "Mistral-7B-v0.1", - externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", - }, - { - icon: "/models/mistral.webp", - modelAuthor: "mistralai", - modelName: "Mistral-7B-v0.1", - externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", - }, - { - icon: "/models/mistral.webp", - modelAuthor: "mistralai", - modelName: "Mistral-7B-v0.1", - externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", - }, - { - icon: "/models/mistral.webp", - modelAuthor: "mistralai", - modelName: "Mistral-7B-v0.1", - externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", - }, - { - icon: "/models/mistral.webp", - modelAuthor: "mistralai", - modelName: "Mistral-7B-v0.1", - externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", - }, - { - icon: "/models/mistral.webp", - modelAuthor: "mistralai", - modelName: "Mistral-7B-v0.1", - externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", - }, - { - icon: "/models/mistral.webp", - modelAuthor: "mistralai", - modelName: "Mistral-7B-v0.1", - externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", - }, - { - icon: "/models/mistral.webp", - modelAuthor: "mistralai", - modelName: "Mistral-7B-v0.1", - externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", - }, - { - icon: "/models/mistral.webp", - modelAuthor: "mistralai", - modelName: "Mistral-7B-v0.1", - externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", - }, - ]} - /> - - 45,515 text gen -
models existed - - } - rightContent={ -

- We like to say that in AI, a week is a month and a month is a year, - and the "latest and greatest model" changes just as quickly. We - tracked the most popular text-gen models starting in January 2023 to - highlight the rapid rate of change in the AI industry. Click through - time to see how quickly the state-of-the-art changes. -

- } - /> +
+ + 10 Most
+ Popular Models + + } + cards={[ + { + icon: "/models/mistral.webp", + modelAuthor: "stabilityai", + modelName: "japanese-stablelm-instruct-alpha-7b", + externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", + }, + { + icon: "/models/mistral.webp", + modelAuthor: "mistralai", + modelName: "Mistral-7B-v0.1", + externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", + }, + { + icon: "/models/mistral.webp", + modelAuthor: "mistralai", + modelName: "Mistral-7B-v0.1", + externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", + }, + { + icon: "/models/mistral.webp", + modelAuthor: "mistralai", + modelName: "Mistral-7B-v0.1", + externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", + }, + { + icon: "/models/mistral.webp", + modelAuthor: "mistralai", + modelName: "Mistral-7B-v0.1", + externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", + }, + { + icon: "/models/mistral.webp", + modelAuthor: "mistralai", + modelName: "Mistral-7B-v0.1", + externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", + }, + { + icon: "/models/mistral.webp", + modelAuthor: "mistralai", + modelName: "Mistral-7B-v0.1", + externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", + }, + { + icon: "/models/mistral.webp", + modelAuthor: "mistralai", + modelName: "Mistral-7B-v0.1", + externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", + }, + { + icon: "/models/mistral.webp", + modelAuthor: "mistralai", + modelName: "Mistral-7B-v0.1", + externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", + }, + { + icon: "/models/mistral.webp", + modelAuthor: "mistralai", + modelName: "Mistral-7B-v0.1", + externalLink: "https://huggingface.co/mistralai/Mistral-7B-v0.1", + }, + ]} + /> + + 45,515 text gen +
models existed + + } + rightContent={ +

+ We like to say that in AI, a week is a month and a month is a + year, and the "latest and greatest model" changes just as quickly. + We tracked the most popular text-gen models starting in January + 2023 to highlight the rapid rate of change in the AI industry. + Click through time to see how quickly the state-of-the-art + changes. +

+ } + /> +
); } diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 2293b65..32c6689 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,35 +1,26 @@ -import Image from "next/image"; - const Footer = () => { return (