FlameF0X commited on
Commit
360d20a
·
verified ·
1 Parent(s): 58a5019

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -217,11 +217,11 @@
217
 
218
  <div class="chart-container">
219
  <div class="chart">
220
- <img src="6818abac-ba0b-4fae-aaf4-d42a9d4ebc04.png" alt="Chart showing model accuracy by operation type">
221
  <div class="chart-caption">Figure 1: Accuracy by Mathematical Operation (%)</div>
222
  </div>
223
  <div class="chart">
224
- <img src="284d12f0-c0f1-4e2f-8455-1ad7fefc3e1e.png" alt="Chart showing model performance on math problems">
225
  <div class="chart-caption">Figure 2: Correct vs Incorrect Answers (100 questions each)</div>
226
  </div>
227
  </div>
 
217
 
218
  <div class="chart-container">
219
  <div class="chart">
220
+ <img src="acc.png" alt="Chart showing model accuracy by operation type">
221
  <div class="chart-caption">Figure 1: Accuracy by Mathematical Operation (%)</div>
222
  </div>
223
  <div class="chart">
224
+ <img src="numb.png" alt="Chart showing model performance on math problems">
225
  <div class="chart-caption">Figure 2: Correct vs Incorrect Answers (100 questions each)</div>
226
  </div>
227
  </div>