This commit is contained in:
Paul Gauthier 2024-09-26 11:52:47 -07:00
parent 862968ed20
commit e2d5545b48

View file

@ -45,7 +45,7 @@ o1-preview as Senior and Deepseek as Junior, raising the SOTA from 79.7% up to 8
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-annotation@1.0.2"></script>
{% assign sorted_data = site.data.senior | sort: "pass_rate_2" | reverse %}
<canvas id="passRateChart" width="400" height="300"></canvas>
<canvas id="passRateChart" width="400" height="250"></canvas>
<script>
document.addEventListener("DOMContentLoaded", function() {
var ctx = document.getElementById('passRateChart').getContext('2d');