Skip to content

Commit

Permalink
eval manager
Browse files Browse the repository at this point in the history
  • Loading branch information
yisz committed Feb 23, 2024
1 parent e4edb7b commit 1627f6e
Show file tree
Hide file tree
Showing 9 changed files with 910 additions and 205 deletions.
13 changes: 10 additions & 3 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ export default defineConfig({
},
{
label: 'Pipeline',
autogenerate: { directory: 'pipeline' }
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Overview', link: '/pipeline/pipeline'},
{ label: 'Evaluators and Tests', link: '/pipeline/eval_and_tests'},
{ label: 'Eval Manager', link: '/pipeline/eval_manager' },
{ label: 'Dataset', link: '/pipeline/dataset' },
],

},
{
label: 'Metrics',
Expand All @@ -53,7 +60,7 @@ export default defineConfig({
autogenerate: { directory: '/metrics/Retrieval/' }
},
{
label: 'Generation',
label: 'Text Generation',
items: [
{
label: 'Deterministic',
Expand All @@ -74,7 +81,7 @@ export default defineConfig({
]
},
{
label: 'Code',
label: 'Code Generation',
autogenerate: {directory: '/metrics/Code/'}
},
{
Expand Down
Loading

0 comments on commit 1627f6e

Please sign in to comment.