You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text in the WHAT IS FREQUENCY? section is inheriting a different font-family from the rest of the
-wrapped text in the document. Each of the text sections related to a figure has additional nested
elements, one of which is passing CSS classes to the text, including the ff-montserrat class, which is overriding the document font-family.
Perhaps this is intentional, but I don't read it as such given the rest of the formatting. If the the font is intended to be different, perhaps some additional
or formatting is warranted.
This also applies to the sections WHAT IS TEMPERATURE? and WHAT IS 'TOP_P' SAMPLING?
Describe the solution you'd like to see
All
text in the document should have a consistent font style.
The text was updated successfully, but these errors were encountered:
{% set slide = { "alt": "Frequency Parameter Visualization","title": "Frequency", "description": "<p>Frequency is a parameter used in language models to control how often a token can be repeated in the generated output. It works by penalizing the model for repeating tokens that have already been used, preventing the model from generating repetitive or nonsensical text. The higher this is set, the more that repetition of tokens present in the context will be penalized in suggestions.</p>", "image": "/img/ai/carousels/parameters/llm-05-frequency.jpg"}%}
{% from "partials/image-cards/image-card.html" import imageCard %}
{% set orientation = "image-single" %}
{{ imageCard(slide, orientation,false) }}
</code>
Not sure why it needs the <code> wrapper or if <div> or something more inert would also do... whatever is doing.
Sub-section title
WHAT IS FREQUENCY?
Please describe your issue
The
text in the WHAT IS FREQUENCY? section is inheriting a different font-family from the rest of the
-wrapped text in the document. Each of the text sections related to a figure has additional nested
ff-montserrat
class, which is overriding the document font-family.Perhaps this is intentional, but I don't read it as such given the rest of the formatting. If the the font is intended to be different, perhaps some additional
orThis also applies to the sections WHAT IS TEMPERATURE? and WHAT IS 'TOP_P' SAMPLING?
Describe the solution you'd like to see
All
text in the document should have a consistent font style.
The text was updated successfully, but these errors were encountered: