Skip to content

Commit

Permalink
add functionary models' benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay920 committed Jul 5, 2024
1 parent 1c323d4 commit be4ed86
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/src/components/BenchmarkTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,21 +205,21 @@ const data = [
model: 'functionary-medium-v3.0',
params: 70.6,
functionCalling: '46.43%',
mmlu: '-',
gpqa: '-',
gsm8k: '-',
math: '-',
mtBench:'-',
mmlu: '79.85',
gpqa: '38.39',
gsm8k: '89.54',
math: '43.02',
mtBench:'5.49',
},
{
model: 'functionary-small-v2.5',
params: 8.03,
functionCalling: '57.14%',
mmlu: '-',
gpqa: '-',
gsm8k: '-',
math: '-',
mtBench:'-',
mmlu: '63.92',
gpqa: '32.14',
gsm8k: '66.11',
math: '20.54',
mtBench:'7.09',
}
];

Expand Down

0 comments on commit be4ed86

Please sign in to comment.