-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiscovery.html
More file actions
48 lines (47 loc) · 1.71 KB
/
discovery.html
File metadata and controls
48 lines (47 loc) · 1.71 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
<!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>- - - - - - - - Discoveries - - - - - - - -</h1>
</section>
<p> <br> </p>
<img src="Discovery.png" alt="Cute Bear PI">
<p> <br> </p>
<p> <br> </p>
<section>
<h3>• Learned how to work with and build our own Gemini models<br>
• Retrieval Augmented Generation (RAG) techniques <br>
for integrating LLMs with external data<br>
• Learned how to change evaluation criteria<br>
and determined the best way to evaluate models</h3>
</section>
</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>