From 1c323d4bc2cbd371b13dde8b58366d8f5cbb359b Mon Sep 17 00:00:00 2001 From: Yingbei Date: Wed, 3 Jul 2024 17:45:12 -0700 Subject: [PATCH] update param size of functionary models --- docs/src/components/BenchmarkTable.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/components/BenchmarkTable.js b/docs/src/components/BenchmarkTable.js index 182de7d..f83f019 100644 --- a/docs/src/components/BenchmarkTable.js +++ b/docs/src/components/BenchmarkTable.js @@ -203,6 +203,7 @@ const data = [ }, { model: 'functionary-medium-v3.0', + params: 70.6, functionCalling: '46.43%', mmlu: '-', gpqa: '-', @@ -212,6 +213,7 @@ const data = [ }, { model: 'functionary-small-v2.5', + params: 8.03, functionCalling: '57.14%', mmlu: '-', gpqa: '-',