Skip to content

Commit

Permalink
changed copy
Browse files Browse the repository at this point in the history
  • Loading branch information
filopedraz committed Mar 7, 2024
1 parent 10f5bf4 commit 8fc96e3
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 124 deletions.
53 changes: 13 additions & 40 deletions src/components/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,11 @@ <h2 class="blog__title" data-scroll-trigger="item">

<div class="blog__previews-container js-anim-group">
<div class="blog__previews">
<a
href="https://blog.premai.io/model-merging/"
class="blog__card js-anim-item"
target="_blank"
rel="noopener"
>
<a href="https://blog.premai.io/model-merging/" class="blog__card js-anim-item" target="_blank"
rel="noopener">
<div class="blog__card__image__wrap">
<img
src="./images/blog/model-merging.webp"
alt="Model Merging"
class="blog__card__image"
draggable="false"
loading="lazy"
/>
<img src="./images/blog/model-merging.webp" alt="Model Merging" class="blog__card__image"
draggable="false" loading="lazy" />
</div>

<p class="blog__card__title">Model Merging</p>
Expand All @@ -41,20 +32,11 @@ <h2 class="blog__title" data-scroll-trigger="item">
<div class="blog__card__end">By Sayantan Das</div>
</a>

<a
href="https://blog.premai.io/emergence-capabilities-of-llms/"
class="blog__card js-anim-item"
target="_blank"
rel="noopener"
>
<a href="https://blog.premai.io/emergence-capabilities-of-llms/" class="blog__card js-anim-item"
target="_blank" rel="noopener">
<div class="blog__card__image__wrap">
<img
src="./images/blog/emergent-capabilities.webp"
alt="Emergent Capabilities of LLMs"
class="blog__card__image"
draggable="false"
loading="lazy"
/>
<img src="./images/blog/emergent-capabilities.webp" alt="Emergent Capabilities of LLMs"
class="blog__card__image" draggable="false" loading="lazy" />
</div>

<p class="blog__card__title">Emergent Capabilities of LLMs</p>
Expand All @@ -66,20 +48,11 @@ <h2 class="blog__title" data-scroll-trigger="item">
<div class="blog__card__end">By Sayantan Das</div>
</a>

<a
href="https://blog.premai.io/evaluation-of-llms-part-2/"
class="blog__card js-anim-item"
target="_blank"
rel="noopener"
>
<a href="https://blog.premai.io/evaluation-of-llms-part-2/" class="blog__card js-anim-item" target="_blank"
rel="noopener">
<div class="blog__card__image__wrap">
<img
src="./images/blog/evaluation-llms-part-2.webp"
alt="Evaluation of LLMS - Part 2"
class="blog__card__image"
draggable="false"
loading="lazy"
/>
<img src="./images/blog/evaluation-llms-part-2.webp" alt="Evaluation of LLMS - Part 2"
class="blog__card__image" draggable="false" loading="lazy" />
</div>

<p class="blog__card__title">Evaluation of LLMS - Part 2</p>
Expand All @@ -97,4 +70,4 @@ <h2 class="blog__title" data-scroll-trigger="item">
{{#>button tag="a" href="https://blog.premai.io/" target="_blank"
rel="noopener" }} Discover more {{/button}}
</div>
</section>
</section>
27 changes: 6 additions & 21 deletions src/components/book.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>

<p class="h2 book__title js-anim-item">
Want to know more about <br />
Interested in Learning More About <br />
<span class="t-grad">Open Source AI Development?</span>
</p>
<p class="book__text js-anim-item">
Expand All @@ -20,38 +20,23 @@
</p>

<div class="js-anim-item">
<img
src="./images/book-mockup.png"
alt="State of open source AI Book cover"
class="book__img"
draggable="false"
loading="lazy"
/>
<img src="./images/book-mockup.png" alt="State of open source AI Book cover" class="book__img"
draggable="false" loading="lazy" />
</div>

<div class="book__cta js-anim-item">
{{#>button tag="a" href="https://book.premai.io/" target="_blank"
rel="noopener" }} Learn more {{/button}}
</div>

<div
class="l-divider js-anim-item"
aria-hidden="true"
style="display: none"
>
<div class="l-divider js-anim-item" aria-hidden="true" style="display: none">
{{> illustrations/divider}}
</div>
</div>

<div class="book__ill js-anim-group" aria-hidden="true">
<img
src="./images/stars.png"
alt="Stars illustration"
class="js-anim-item"
draggable="false"
loading="lazy"
/>
<img src="./images/stars.png" alt="Stars illustration" class="js-anim-item" draggable="false" loading="lazy" />
</div>

<div class="book__bg" aria-hidden="true" data-scroll-trigger="item"></div>
</section>
</section>
4 changes: 2 additions & 2 deletions src/components/compute.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</div>

<p class="h2 compute__title js-anim-item">
A GPU cluster for <br />
your AI needs.
A dedicated GPU cluster tailored <br />
to your AI requirements.
</p>
<div class="compute__cta js-anim-item">
{{#>button tag="a" href="./contact.html" rel="noopener" theme="secondary" }} Get your cluster
Expand Down
83 changes: 22 additions & 61 deletions src/components/features-carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,15 @@
</div>

<div class="features-carousel__container">
<div
class="features-carousel__item js-features-carousel-item"
data-index="0"
>
<img
src="./images/platform-ill.svg"
alt="Prem Platform"
class="features-carousel__ill js-features-carousel-ill"
draggable="false"
/>
<div class="features-carousel__item js-features-carousel-item" data-index="0">
<img src="./images/platform-ill.svg" alt="Prem Platform"
class="features-carousel__ill js-features-carousel-ill" draggable="false" />
<div class="features-carousel__item-content js-features-carousel-content">
<div class="features-carousel__item-title">Prem Platform</div>
<div
class="features-carousel__item-text js-features-carousel-item-text"
>
Developer Platform for your Generative AI use cases. Everything you
need to get AI into Production from Evaluation, Monitoring,
Fine-tuning, and Deployment.
<div class="features-carousel__item-text js-features-carousel-item-text">
Integrate Generative AI into your offerings by leveraging Prem's development platform. Access a full
suite of AI production tools as a service, including evaluation, monitoring, fine-tuning, and
deployment.
</div>
</div>
<div class="features-carousel__item-cta js-features-carousel-content">
Expand All @@ -44,21 +35,12 @@
</div>
</div>

<div
class="features-carousel__item js-features-carousel-item"
data-index="1"
>
<img
src="./images/solution-ill.svg"
alt="Prem Solution"
class="features-carousel__ill js-features-carousel-ill"
draggable="false"
/>
<div class="features-carousel__item js-features-carousel-item" data-index="1">
<img src="./images/solution-ill.svg" alt="Prem Solution"
class="features-carousel__ill js-features-carousel-ill" draggable="false" />
<div class="features-carousel__item-content js-features-carousel-content">
<div class="features-carousel__item-title">Prem Solution</div>
<div
class="features-carousel__item-text js-features-carousel-item-text"
>
<div class="features-carousel__item-text js-features-carousel-item-text">
Elevate your AI strategy. Tailored model fine-tuning and training
designed to meet unique business requirements.
</div>
Expand All @@ -76,23 +58,13 @@
</div>
</div>

<div
class="features-carousel__item js-features-carousel-item"
data-index="2"
>
<img
src="./images/models-ill.svg"
alt="Prem Models"
class="features-carousel__ill js-features-carousel-ill"
draggable="false"
/>
<div class="features-carousel__item js-features-carousel-item" data-index="2">
<img src="./images/models-ill.svg" alt="Prem Models" class="features-carousel__ill js-features-carousel-ill"
draggable="false" />
<div class="features-carousel__item-content js-features-carousel-content">
<div class="features-carousel__item-title">Prem Models</div>
<div
class="features-carousel__item-text js-features-carousel-item-text"
>
Efficient and cost-effective Small Language Models (SMLs) as base for
fine-tuning your specific use case.
<div class="features-carousel__item-text js-features-carousel-item-text">
A Suite of Foundational Open Source SLMs to Supercharge Business Applications.
</div>
</div>
<div class="features-carousel__item-cta js-features-carousel-content">
Expand All @@ -108,21 +80,12 @@
</div>
</div>

<div
class="features-carousel__item js-features-carousel-item"
data-index="3"
>
<img
src="./images/compute-ill.svg"
alt="Prem Compute"
class="features-carousel__ill js-features-carousel-ill"
draggable="false"
/>
<div class="features-carousel__item js-features-carousel-item" data-index="3">
<img src="./images/compute-ill.svg" alt="Prem Compute"
class="features-carousel__ill js-features-carousel-ill" draggable="false" />
<div class="features-carousel__item-content js-features-carousel-content">
<div class="features-carousel__item-title">Prem Compute</div>
<div
class="features-carousel__item-text js-features-carousel-item-text"
>
<div class="features-carousel__item-text js-features-carousel-item-text">
Get Access to a Cluster of GPUs for autonomously build your AI
strategy.
</div>
Expand All @@ -142,8 +105,6 @@
</div>

<div class="features-carousel__progress js-features-carousel-progress">
<div
class="features-carousel__progress-bar js-features-carousel-progressbar"
></div>
<div class="features-carousel__progress-bar js-features-carousel-progressbar"></div>
</div>
</div>
</div>

0 comments on commit 8fc96e3

Please sign in to comment.