Skip to content

Commit

Permalink
formatting fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Pelak committed Mar 26, 2024
1 parent de0e9df commit ff9acb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Leadspace/Leadspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Leadspace: FC<LeadspaceProps> = ({
>
<h1 className={styles.content__header}>InstructLab</h1>
<p className={styles.content__subhead}>
An new community-based approach to build truly open-source LLMs
An new community-based approach to build truly open-source LLMs
</p>
<Link className={styles.action} onClick={onJoinCommunity}>
<GitHub className={styles.icon} />
Expand Down
7 changes: 5 additions & 2 deletions src/components/ReleaseCycle/ReleaseCycle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ const ReleaseCycle: FC<ReleaseCycleProps> = () => (
>
<h2>Weekly release cycle for models and data</h2>
<p>
Each week, the InstructLab model will be updated with the latest contributions of skills and knowledge from the community, resulting in a new state of the art model.
Each week, the InstructLab model will be updated with the latest
contributions of skills and knowledge from the community, resulting in
a new state of the art model.
</p>
<p>
Each latest version will be shared on Hugging Face, and all synthetic data generated by the project to date will also be made available.
Each latest version will be shared on Hugging Face, and all synthetic
data generated by the project to date will also be made available.
</p>
</Column>
<Column
Expand Down

0 comments on commit ff9acb7

Please sign in to comment.