From b923ea0b02ea6ae313485affdd43613dedeef28c Mon Sep 17 00:00:00 2001 From: Yingbei Date: Mon, 8 Jul 2024 15:57:51 -0700 Subject: [PATCH 1/2] mistral large benchmark number --- docs/src/components/BenchmarkTable.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/components/BenchmarkTable.js b/docs/src/components/BenchmarkTable.js index 29f1690..a63622e 100644 --- a/docs/src/components/BenchmarkTable.js +++ b/docs/src/components/BenchmarkTable.js @@ -201,6 +201,15 @@ const data = [ math: '-', mtBench:'-', }, + { + model: 'Mistral-Large', + functionCalling: '48.60%', + mmlu: '-', + gpqa: '-', + gsm8k: '-', + math: '-', + mtBench:'-', + }, { model: 'meetkai/functionary-medium-v3.0', params: 70.6, From 2202fd6d9ff732a7f343c2b5449cf99c6758f2aa Mon Sep 17 00:00:00 2001 From: sanjay920 Date: Mon, 8 Jul 2024 17:52:34 -0700 Subject: [PATCH 2/2] Update BenchmarkTable.js --- docs/src/components/BenchmarkTable.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/components/BenchmarkTable.js b/docs/src/components/BenchmarkTable.js index a63622e..a7432a8 100644 --- a/docs/src/components/BenchmarkTable.js +++ b/docs/src/components/BenchmarkTable.js @@ -202,12 +202,12 @@ const data = [ mtBench:'-', }, { - model: 'Mistral-Large', + model: 'Mistral Large (closed-source)', functionCalling: '48.60%', mmlu: '-', gpqa: '-', - gsm8k: '-', - math: '-', + gsm8k: '91.21', + math: '45.0', mtBench:'-', }, {