-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
8,843 additions
and
0 deletions.
There are no files selected for viewing
2,241 changes: 2,241 additions & 0 deletions
2,241
Reports/benchmark_report_NousResearch-Nous-Capybara-7B_ShareGPT_September_25_2023.html
Large diffs are not rendered by default.
Oops, something went wrong.
1,479 changes: 1,479 additions & 0 deletions
1,479
Reports/benchmark_report_NousResearch-Nous-Hermes-llama-2-7b_Alpaca_September_25_2023.html
Large diffs are not rendered by default.
Oops, something went wrong.
2,224 changes: 2,224 additions & 0 deletions
2,224
Reports/benchmark_report_NousResearch-Redmond-Puffin-13B_ShareGPT_September_25_2023.html
Large diffs are not rendered by default.
Oops, something went wrong.
1,475 changes: 1,475 additions & 0 deletions
1,475
Reports/benchmark_report_teknium-OpenHermes-13B_Alpaca_September_25_2023.html
Large diffs are not rendered by default.
Oops, something went wrong.
1,364 changes: 1,364 additions & 0 deletions
1,364
Reports/benchmark_report_teknium-OpenHermes-7B_Alpaca_September_25_2023.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |