Skip to content

Commit

Permalink
Initial reports
Browse files Browse the repository at this point in the history
  • Loading branch information
teknium1 committed Sep 25, 2023
1 parent 70e27e0 commit 65c5c33
Show file tree
Hide file tree
Showing 6 changed files with 8,843 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,475 changes: 1,475 additions & 0 deletions Reports/benchmark_report_teknium-OpenHermes-13B_Alpaca_September_25_2023.html

Large diffs are not rendered by default.

1,364 changes: 1,364 additions & 0 deletions Reports/benchmark_report_teknium-OpenHermes-7B_Alpaca_September_25_2023.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reports Index</title>
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 50px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
color: #333;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin: 10px 0;
padding: 10px;
background-color: #e9e9e9;
transition: background-color 0.3s;
}
li:hover {
background-color: #ddd;
}
a {
text-decoration: none;
color: #333;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<h1>Reports</h1>
<ul>
<li><a href="reports/benchmark_report_NousResearch-Nous-Capybara-7B_ShareGPT_September_25_2023.html">Nous-Capybara-7B ShareGPT</a></li>
<li><a href="reports/benchmark_report_NousResearch-Nous-Hermes-llama-2-7b_Alpaca_September_25_2023.html">Nous-Hermes-llama-2-7b Alpaca</a></li>
<li><a href="reports/benchmark_report_NousResearch-Redmond-Puffin-13B_ShareGPT_September_25_2023.html">Redmond-Puffin-13B ShareGPT</a></li>
<li><a href="reports/benchmark_report_teknium-OpenHermes-13B_Alpaca_September_25_2023.html">teknium-OpenHermes-13B Alpaca</a></li>
<li><a href="reports/benchmark_report_teknium-OpenHermes-7B_Alpaca_September_25_2023.html">teknium-OpenHermes-7B Alpaca</a></li>
</ul>
</div>
<script>
// Any additional JS can be added here
</script>
</body>
</html>

0 comments on commit 65c5c33

Please sign in to comment.