-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconclusion.html
More file actions
77 lines (76 loc) · 2.76 KB
/
conclusion.html
File metadata and controls
77 lines (76 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HPC Bootcamp 2025 Project 6B</title>
<link rel="stylesheet" href="HPC.css">
</head>
<body>
<header>
<h1>High-Performance Computing Bootcamp 2025</h1>
<nav>
<ul>
<li><a href="index.html">Introduction</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="discovery.html">Discovery</a></li>
<li><a href="challenges.html">Challenges</a></li>
<li><a href="conclusion.html">Conclusion</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h1>- - - - - - - - Conclusions - - - - - - - -</h1>
</section>
<p> <br> </p>
<p> <br> </p>
<img src="Evaluation.png" alt="Evaluation">
<p> <br> </p>
<p> <br> </p>
<div class="two-col">
<div>
<img src="EvaluationGraph.png" alt="Evaluation Graph">
<p> <br> </p>
<p> <br> </p>
</div>
<div class="text-box">
<h3>• Developing our own model would take more time <br>
<p> </p>
Using Gemini model: <br>
• BertScore F1 stays consistent <br>
• Gemini Evaluation Score initially increases before decreasing over time </h3>
</div>
</div>
<p> <br> </p>
<p> <br> </p>
<section>
<h1>- - - - - - - - Next Steps - - - - - - - -</h1>
</section>
<p> <br> </p>
<p> <br> </p>
<div class="two-col">
<div>
<img src="NextSteps.png" alt="Next Steps">
<p> <br> </p>
<p> <br> </p>
</div>
<div class="text-box">
<h3>• We would pre-train the model on our own collected data <br>
<p> </p>
• We would define our own accuracy points for best results <br>
<p> </p>
• We would design a better UI/UX for best user experience </h3>
</div>
</div>
</main>
<p> <br> </p>
<p> <br> </p>
<footer>
<p>© High-Powered Computing Bootcamp 2025 Project 6B</p>
<br>
<img src="ArgonneLogo.png" alt="Argonne_Logo">
</footer>
</body>
</html>