Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-intern committed Aug 27, 2024
1 parent c543e66 commit 70d61e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,16 @@ <h1>Weighted Token Sampler</h1>
View on GitHub
</a>
</p>

<img src="diagram/image.png" alt="Logo" style="width:600px; height:auto;">
<h2>Weighted Token Sampler gets probabilities of each numerical tolkens
and calculate weighted average value. This performs great
for predicting precise numerical values, such as coordinates.</h2>

</div>

<!-- <img src="diagram/image.png" alt="Logo" style="width:600px; height:auto;"> -->

<section id="overview">
<h2>Overview</h2>
<p>The <strong>Weighted Token Sampler</strong> is a powerful yet simple tool designed to improve prediction accuracy by calculating the weighted average of token probabilities. Whether you're working on AI models or data-driven projects, this tool ensures precise predictions within a defined range.</p>
Expand Down

0 comments on commit 70d61e5

Please sign in to comment.